forked from DanielRenne/GoCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (38 loc) · 2.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/DanielRenne/GoCore
go 1.13
require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/MakeNowJust/heredoc v0.0.0-20140704152643-1d91351acdc1 // indirect
github.com/Sereal/Sereal v0.0.0-20220220040404-e0d1e550e879 // indirect
github.com/altipla-consulting/dateformatter v0.0.0-20181229145957-7f51bee562e1 // indirect
github.com/altipla-consulting/i18n-dateformatter v0.0.0-20181229145957-7f51bee562e1
github.com/asdine/storm v0.0.0-20160730105259-c9a194eaf968
github.com/boj/redistore v0.0.0-20160128113310-fc113767cd6b // indirect
github.com/boltdb/bolt v1.2.2-0.20160730144416-94c8db596809 // indirect
github.com/davidrenne/heredoc v0.0.0-20161006151009-80dc836e596c
github.com/davidrenne/professor v0.0.0-20180814210453-cc6399dacc55
github.com/davidrenne/reflections v0.0.0-20161019174303-010f7c1fcf36
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9 // indirect
github.com/fatih/color v1.0.0
github.com/forPelevin/gomoji v1.1.5
github.com/garyburd/redigo v1.0.1-0.20160810234951-ffa8d46ada78 // indirect
github.com/gin-contrib/secure v0.0.1
github.com/gin-gonic/contrib v0.0.0-20160703143648-547e518040cf
github.com/gin-gonic/gin v1.7.0
github.com/globalsign/mgo v0.0.0-20171106093149-5be15cc6a449
github.com/go-errors/errors v0.0.0-20161205223245-8fa88b06e597
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/gorilla/context v0.0.0-20160816184700-01ef6ff48fdc // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v0.0.0-20160816185042-1bbba13ba476 // indirect
github.com/gorilla/websocket v1.5.0
github.com/mattn/go-colorable v0.0.6 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f // indirect
github.com/utrack/gin-csrf v0.0.0-20150831070702-63c0ef5eca6c
golang.org/x/tools v0.1.12 // indirect
gopkg.in/go-playground/webhooks.v5 v5.1.0
)