@@ -9,8 +9,8 @@ require (
9
9
github.com/kelseyhightower/envconfig v1.4.0
10
10
github.com/stretchr/testify v1.8.0
11
11
go.uber.org/zap v1.20.0
12
- google.golang.org/grpc v1.31 .0
13
- google.golang.org/protobuf v1.28.1
12
+ google.golang.org/grpc v1.55 .0
13
+ google.golang.org/protobuf v1.31.0
14
14
k8s.io/api v0.26.1
15
15
k8s.io/apimachinery v0.26.1
16
16
k8s.io/client-go v0.0.0-00010101000000-000000000000
@@ -31,7 +31,7 @@ require (
31
31
github.com/go-playground/universal-translator v0.18.0 // indirect
32
32
github.com/go-stack/stack v1.8.0 // indirect
33
33
github.com/gogo/protobuf v1.3.2 // indirect
34
- github.com/golang/protobuf v1.5.2 // indirect
34
+ github.com/golang/protobuf v1.5.3 // indirect
35
35
github.com/google/gnostic v0.5.7-v3refs // indirect
36
36
github.com/google/go-cmp v0.5.9 // indirect
37
37
github.com/google/gofuzz v1.1.0 // indirect
@@ -53,14 +53,14 @@ require (
53
53
go.mongodb.org/mongo-driver v1.7.5 // indirect
54
54
go.uber.org/atomic v1.7.0 // indirect
55
55
go.uber.org/multierr v1.6.0 // indirect
56
- golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
57
- golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
58
- golang.org/x/sys v0.3 .0 // indirect
59
- golang.org/x/term v0.3 .0 // indirect
60
- golang.org/x/text v0.5 .0 // indirect
56
+ golang.org/x/net v0.11.0 // indirect
57
+ golang.org/x/oauth2 v0.6.0 // indirect
58
+ golang.org/x/sys v0.9 .0 // indirect
59
+ golang.org/x/term v0.9 .0 // indirect
60
+ golang.org/x/text v0.10 .0 // indirect
61
61
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
62
62
google.golang.org/appengine v1.6.7 // indirect
63
- google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154 // indirect
63
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
64
64
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
65
65
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
66
66
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments