Skip to content

Commit 1618e84

Browse files
Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /operator (#429)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.53.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d52e115 commit 1618e84

File tree

2 files changed

+410
-14
lines changed

2 files changed

+410
-14
lines changed

operator/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/gobuffalo/flect v0.2.4 // indirect
3737
github.com/gogo/protobuf v1.3.2 // indirect
3838
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39-
github.com/golang/protobuf v1.5.2 // indirect
39+
github.com/golang/protobuf v1.5.3 // indirect
4040
github.com/google/go-cmp v0.5.9 // indirect
4141
github.com/google/gofuzz v1.2.0 // indirect
4242
github.com/google/uuid v1.3.0 // indirect
@@ -62,17 +62,17 @@ require (
6262
go.uber.org/atomic v1.9.0 // indirect
6363
go.uber.org/automaxprocs v1.4.0 // indirect
6464
golang.org/x/net v0.17.0 // indirect
65-
golang.org/x/oauth2 v0.4.0 // indirect
65+
golang.org/x/oauth2 v0.7.0 // indirect
6666
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
6767
golang.org/x/sys v0.13.0 // indirect
6868
golang.org/x/term v0.13.0 // indirect
6969
golang.org/x/text v0.13.0 // indirect
7070
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
7171
google.golang.org/api v0.61.0 // indirect
7272
google.golang.org/appengine v1.6.7 // indirect
73-
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
74-
google.golang.org/grpc v1.53.0 // indirect
75-
google.golang.org/protobuf v1.28.1 // indirect
73+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
74+
google.golang.org/grpc v1.56.3 // indirect
75+
google.golang.org/protobuf v1.30.0 // indirect
7676
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
7777
gopkg.in/inf.v0 v0.9.1 // indirect
7878
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)