Skip to content

Commit d6b2d0c

Browse files
authored
Merge pull request #49 from allenpetersen/update-etcd-module
Update etcd using new module structure
2 parents 2b7603e + 84b5a95 commit d6b2d0c

4 files changed

Lines changed: 170 additions & 144 deletions

File tree

go.mod

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ go 1.12
55
require (
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
)

0 commit comments

Comments
 (0)