Skip to content

Commit 708d2b0

Browse files
Bump google.golang.org/grpc from 1.53.0 to 1.56.3
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] <support@github.com>
1 parent 548f2be commit 708d2b0

File tree

2 files changed

+1250
-8
lines changed

2 files changed

+1250
-8
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/go-logr/stdr v1.2.2 // indirect
4545
github.com/gobuffalo/pop/v5 v5.3.3 // indirect
4646
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
47-
github.com/golang/protobuf v1.5.2 // indirect
47+
github.com/golang/protobuf v1.5.3 // indirect
4848
github.com/google/uuid v1.3.0 // indirect
4949
github.com/h2non/filetype v1.1.0 // indirect
5050
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -92,9 +92,9 @@ require (
9292
golang.org/x/sys v0.13.0 // indirect
9393
golang.org/x/text v0.13.0 // indirect
9494
golang.org/x/tools v0.6.0 // indirect
95-
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
96-
google.golang.org/grpc v1.53.0 // indirect
97-
google.golang.org/protobuf v1.28.1 // indirect
95+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
96+
google.golang.org/grpc v1.56.3 // indirect
97+
google.golang.org/protobuf v1.30.0 // indirect
9898
gopkg.in/ini.v1 v1.66.2 // indirect
9999
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
100100
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect

0 commit comments

Comments
 (0)