-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (28 loc) · 1.27 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
module github.com/gonethopper/libs
require (
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
github.com/belogik/goes v0.0.0-20151229125003-e54d722c3aff
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
github.com/coreos/etcd v3.3.12+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/garyburd/redigo v1.6.0
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/google/pprof v0.0.0-20190309163659-77426154d546 // indirect
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.5
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/micro/go-micro v1.1.0
github.com/nats-io/go-nats v1.7.2 // indirect
github.com/nats-io/go-nats-streaming v0.4.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/satori/go.uuid v1.2.0
github.com/smartystreets/go-disruptor v0.0.0-20180723194425-e0f8f9247cc2
github.com/spf13/viper v1.3.1
github.com/wuqifei/server_lib v0.0.0-20180919081200-afb6b43059f3
github.com/zheng-ji/goSnowFlake v0.0.0-20180906112711-fc763800eec9
golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect
golang.org/x/tools v0.0.0-20190402200628-202502a5a924 // indirect
gopkg.in/yaml.v2 v2.2.2
)