We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f1472 commit 0fc631bCopy full SHA for 0fc631b
http2/go-grpc/go.mod
@@ -3,14 +3,14 @@ module github.com/SAP-samples/cf-routing-samples/go-grpc
3
go 1.17
4
5
require (
6
- google.golang.org/grpc v1.53.0
7
- google.golang.org/protobuf v1.28.1
+ google.golang.org/grpc v1.56.3
+ google.golang.org/protobuf v1.30.0
8
)
9
10
11
- github.com/golang/protobuf v1.5.2 // indirect
+ github.com/golang/protobuf v1.5.3 // indirect
12
golang.org/x/net v0.17.0 // indirect
13
golang.org/x/sys v0.13.0 // indirect
14
golang.org/x/text v0.13.0 // indirect
15
- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
16
0 commit comments