@@ -11,12 +11,12 @@ require (
11
11
github.com/spf13/cobra v1.1.3
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/urfave/cli v1.22.4
14
- go.etcd.io/etcd/api/v3 v3.5.14
15
- go.etcd.io/etcd/client/pkg/v3 v3.5.14
16
- go.etcd.io/etcd/client/v2 v2.305.14
17
- go.etcd.io/etcd/client/v3 v3.5.14
18
- go.etcd.io/etcd/etcdutl/v3 v3.5.14
19
- go.etcd.io/etcd/pkg/v3 v3.5.14
14
+ go.etcd.io/etcd/api/v3 v3.5.15
15
+ go.etcd.io/etcd/client/pkg/v3 v3.5.15
16
+ go.etcd.io/etcd/client/v2 v2.305.15
17
+ go.etcd.io/etcd/client/v3 v3.5.15
18
+ go.etcd.io/etcd/etcdutl/v3 v3.5.15
19
+ go.etcd.io/etcd/pkg/v3 v3.5.15
20
20
go.uber.org/zap v1.17.0
21
21
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
22
22
google.golang.org/grpc v1.59.0
@@ -50,8 +50,8 @@ require (
50
50
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
51
51
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
52
52
go.etcd.io/bbolt v1.3.10 // indirect
53
- go.etcd.io/etcd/raft/v3 v3.5.14 // indirect
54
- go.etcd.io/etcd/server/v3 v3.5.14 // indirect
53
+ go.etcd.io/etcd/raft/v3 v3.5.15 // indirect
54
+ go.etcd.io/etcd/server/v3 v3.5.15 // indirect
55
55
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
56
56
go.opentelemetry.io/otel v1.20.0 // indirect
57
57
go.opentelemetry.io/otel/metric v1.20.0 // indirect
0 commit comments