Skip to content

Commit 736c44e

Browse files
authored
Merge pull request #20 from jun06t/dependabot/go_modules/bazel/google.golang.org/grpc-1.53.0
Bump google.golang.org/grpc from 1.42.0 to 1.53.0 in /bazel
2 parents 59400db + e69290e commit 736c44e

File tree

2 files changed

+981
-8
lines changed

2 files changed

+981
-8
lines changed

bazel/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ go 1.17
44

55
require (
66
github.com/golang/protobuf v1.5.2
7-
google.golang.org/grpc v1.42.0
8-
google.golang.org/protobuf v1.26.0
7+
google.golang.org/grpc v1.53.0
8+
google.golang.org/protobuf v1.28.1
99
)
1010

1111
require (
1212
golang.org/x/net v0.7.0 // indirect
1313
golang.org/x/sys v0.5.0 // indirect
1414
golang.org/x/text v0.7.0 // indirect
15-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
15+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
1616
)

0 commit comments

Comments
 (0)