@@ -7,7 +7,7 @@ require (
7
7
github.com/mdlayher/arp v0.0.0-20220512170110-6706a2966875
8
8
github.com/spf13/pflag v1.0.5
9
9
github.com/spf13/viper v1.17.0
10
- go.etcd.io/etcd/client/v3 v3.5.9
10
+ go.etcd.io/etcd/client/v3 v3.5.10
11
11
golang.org/x/sys v0.13.0
12
12
)
13
13
@@ -42,8 +42,8 @@ require (
42
42
github.com/spf13/afero v1.10.0 // indirect
43
43
github.com/spf13/cast v1.5.1 // indirect
44
44
github.com/subosito/gotenv v1.6.0 // indirect
45
- go.etcd.io/etcd/api/v3 v3.5.9 // indirect
46
- go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
45
+ go.etcd.io/etcd/api/v3 v3.5.10 // indirect
46
+ go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
47
47
go.uber.org/atomic v1.9.0 // indirect
48
48
go.uber.org/multierr v1.9.0 // indirect
49
49
go.uber.org/zap v1.21.0 // indirect
@@ -54,7 +54,7 @@ require (
54
54
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
55
55
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
56
56
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
57
- google.golang.org/grpc v1.58.2 // indirect
57
+ google.golang.org/grpc v1.58.3 // indirect
58
58
google.golang.org/protobuf v1.31.0 // indirect
59
59
gopkg.in/ini.v1 v1.67.0 // indirect
60
60
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments