File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,22 +5,16 @@ go 1.12
55require (
66 github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
77 github.com/aws/aws-sdk-go v1.16.23
8- github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
9- github.com/gorilla/websocket v1.4.0 // indirect
8+ github.com/google/btree v1.0.0 // indirect
109 github.com/hashicorp/consul/api v1.1.0
1110 github.com/hashicorp/go-msgpack v0.5.5 // indirect
1211 github.com/hashicorp/memberlist v0.1.4 // indirect
1312 github.com/onsi/ginkgo v1.8.0 // indirect
1413 github.com/onsi/gomega v1.5.0 // indirect
15- github.com/prometheus/client_golang v1.1.0 // indirect
1614 github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
17- github.com/stretchr/testify v1.4.0
18- github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
15+ github.com/stretchr/testify v1.7.0
1916 go.etcd.io/bbolt v1.3.4
20- // v0.5.0-alpha.5.0.20200329194405-dd816f0735f8 is actually later than v3.3.20,
21- // but etcd's versioning is broken until they release this fix:
22- // https://github.com/etcd-io/etcd/pull/11823
23- go.etcd.io/etcd v0.5.0-alpha.5.0.20200329194405-dd816f0735f8
24- golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
17+ go.etcd.io/etcd/client/v2 v2.305.0
18+ go.etcd.io/etcd/client/v3 v3.5.0
2519 gopkg.in/redis.v5 v5.2.9
2620)
You can’t perform that action at this time.
0 commit comments