forked from huajiao-tv/gokeeper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (29 loc) · 1.23 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
module github.com/huajiao-tv/gokeeper
go 1.13
require (
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1 // indirect
github.com/johntech-o/gorpc v0.0.0-20190508161658-a63b4699b194
github.com/johntech-o/timewheel v0.0.0-20170621084024-0dfaa51dd881 // indirect
github.com/lnnujxxy/protoc-gen-validate v0.0.16
github.com/lvsz1/gojson v1.0.3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/silenceper/pool v0.0.0-20191105065223-1f4530b6ba17
github.com/smartystreets/goconvey v1.6.4
github.com/tidwall/gjson v1.3.5
go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20191121040551-947d4aa89328 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11
google.golang.org/grpc v1.25.1
gopkg.in/yaml.v2 v2.2.2
)