-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
45 lines (43 loc) · 2.48 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
41
42
43
44
45
module github.com/nightlegend/apigateway
go 1.12
require (
github.com/Sirupsen/logrus v0.0.0-20161111120951-abc6f20dabf4
github.com/boj/redistore v0.0.0-20160128113310-fc113767cd6b // indirect
github.com/coreos/etcd v0.0.0-20170403004131-38a914973544
github.com/coreos/go-semver v0.0.0-20170209201757-5e3acbb5668c // indirect
github.com/docker/docker v0.0.0-20181113085551-758255791e25 // indirect
github.com/garyburd/redigo v0.0.0-20161024014702-80f7de34463b // indirect
github.com/gin-contrib/sessions v0.0.0-20180702031852-da25b7bed527
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/contrib v0.0.0-20161014005646-cf28f84316e5 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-redis/redis v6.10.2+incompatible
github.com/golang/protobuf v1.1.0
github.com/googollee/go-engine.io v0.0.0-20170224222511-80ae0e43aca1 // indirect
github.com/googollee/go-socket.io v0.0.0-20170525141029-5447e71f36d3
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v0.0.0-20161003051601-fa5329f91370 // indirect
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741 // indirect
github.com/gorilla/websocket v0.0.0-20170718202341-a69d9f6de432
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.5 // indirect
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180111000720-b4575eea38cc
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2 // indirect
github.com/spf13/cobra v0.0.0-20180124073143-f91529fc6092
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v0.0.0-20171106142849-4c012f6dcd95 // indirect
github.com/ugorji/go v0.0.0-20170312112114-708a42d24682 // indirect
golang.org/x/net v0.0.0-20180420171651-5f9ae10d9af5
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
golang.org/x/text v0.0.0-20180410181320-7922cc490dd5 // indirect
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f // indirect
google.golang.org/grpc v0.0.0-20180420001721-4172bfc25e1c
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
gopkg.in/yaml.v2 v2.0.0
)