Skip to content

Commit 0fc631b

Browse files
Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /http2/go-grpc
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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3f1472 commit 0fc631b

File tree

2 files changed

+412
-8
lines changed

2 files changed

+412
-8
lines changed

http2/go-grpc/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/SAP-samples/cf-routing-samples/go-grpc
33
go 1.17
44

55
require (
6-
google.golang.org/grpc v1.53.0
7-
google.golang.org/protobuf v1.28.1
6+
google.golang.org/grpc v1.56.3
7+
google.golang.org/protobuf v1.30.0
88
)
99

1010
require (
11-
github.com/golang/protobuf v1.5.2 // indirect
11+
github.com/golang/protobuf v1.5.3 // indirect
1212
golang.org/x/net v0.17.0 // indirect
1313
golang.org/x/sys v0.13.0 // indirect
1414
golang.org/x/text v0.13.0 // indirect
15-
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
15+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
1616
)

0 commit comments

Comments
 (0)