@@ -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.22
15
- go.etcd.io/etcd/client/pkg/v3 v3.5.22
16
- go.etcd.io/etcd/client/v2 v2.305.22
17
- go.etcd.io/etcd/client/v3 v3.5.22
18
- go.etcd.io/etcd/etcdutl/v3 v3.5.22
19
- go.etcd.io/etcd/pkg/v3 v3.5.22
14
+ go.etcd.io/etcd/api/v3 v3.5.23
15
+ go.etcd.io/etcd/client/pkg/v3 v3.5.23
16
+ go.etcd.io/etcd/client/v2 v2.305.23
17
+ go.etcd.io/etcd/client/v3 v3.5.23
18
+ go.etcd.io/etcd/etcdutl/v3 v3.5.23
19
+ go.etcd.io/etcd/pkg/v3 v3.5.23
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.71.1
@@ -51,8 +51,8 @@ require (
51
51
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
52
52
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
53
53
go.etcd.io/bbolt v1.3.12 // indirect
54
- go.etcd.io/etcd/raft/v3 v3.5.22 // indirect
55
- go.etcd.io/etcd/server/v3 v3.5.22 // indirect
54
+ go.etcd.io/etcd/raft/v3 v3.5.23 // indirect
55
+ go.etcd.io/etcd/server/v3 v3.5.23 // indirect
56
56
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
57
57
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
58
58
go.opentelemetry.io/otel v1.34.0 // indirect
0 commit comments