Skip to content

Commit f0959b9

Browse files
Bump google.golang.org/grpc from 1.50.1 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.50.1...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54248e2 commit f0959b9

File tree

2 files changed

+10
-203
lines changed

2 files changed

+10
-203
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ require (
2929
)
3030

3131
require (
32-
cloud.google.com/go v0.57.0 // indirect
3332
github.com/Microsoft/go-winio v0.5.2 // indirect
3433
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
3534
github.com/containerd/continuity v0.3.0 // indirect
@@ -72,8 +71,8 @@ require (
7271
golang.org/x/sys v0.5.0 // indirect
7372
golang.org/x/text v0.7.0 // indirect
7473
golang.org/x/time v0.1.0 // indirect
75-
google.golang.org/genproto v0.0.0-20220706185917-7780775163c4 // indirect
76-
google.golang.org/grpc v1.50.1 // indirect
74+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
75+
google.golang.org/grpc v1.53.0 // indirect
7776
google.golang.org/protobuf v1.28.1 // indirect
7877
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
7978
gopkg.in/sourcemap.v1 v1.0.5 // indirect

0 commit comments

Comments
 (0)