Skip to content

Commit be15749

Browse files
committed
fix: upgrade etcd client/api to v3
BREAKING CHANGE: etcd modules are upgraded to use Go Modules compatible versions. Signed-off-by: Ankit R Gadiya <ankit.gadiya@rapyuta-robotics.com>
1 parent 902fb28 commit be15749

File tree

3 files changed

+148
-85
lines changed

3 files changed

+148
-85
lines changed

go.mod

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ go 1.16
44

55
require (
66
github.com/casbin/casbin/v2 v2.30.2
7-
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
8-
github.com/coreos/etcd v3.3.25+incompatible // indirect
9-
github.com/coreos/go-semver v0.3.0 // indirect
10-
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
11-
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
12-
github.com/envoyproxy/go-control-plane v0.9.5 // indirect
13-
github.com/gogo/protobuf v1.3.2 // indirect
14-
github.com/golang/protobuf v1.5.2 // indirect
15-
github.com/google/uuid v1.2.0 // indirect
16-
github.com/stretchr/testify v1.5.1 // indirect
17-
go.etcd.io/etcd v3.3.25+incompatible
18-
go.uber.org/zap v1.16.0 // indirect
19-
google.golang.org/grpc v1.26.0 // indirect; updating this breaks etcd
7+
go.etcd.io/etcd/api/v3 v3.5.0
8+
go.etcd.io/etcd/client/v3 v3.5.0
209
)

0 commit comments

Comments
 (0)