Skip to content

Commit 080a171

Browse files
build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.53.0 (#139)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7dbd512 commit 080a171

File tree

2 files changed

+928
-8
lines changed

2 files changed

+928
-8
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/davecgh/go-spew v1.1.1 // indirect
1919
github.com/fatih/color v1.13.0 // indirect
2020
github.com/golang/protobuf v1.5.2 // indirect
21-
github.com/google/go-cmp v0.5.8 // indirect
21+
github.com/google/go-cmp v0.5.9 // indirect
2222
github.com/hashicorp/errwrap v1.1.0 // indirect
2323
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
2424
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -56,8 +56,8 @@ require (
5656
golang.org/x/sys v0.5.0 // indirect
5757
golang.org/x/text v0.7.0 // indirect
5858
google.golang.org/appengine v1.6.7 // indirect
59-
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
60-
google.golang.org/grpc v1.48.0 // indirect
61-
google.golang.org/protobuf v1.28.0 // indirect
59+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
60+
google.golang.org/grpc v1.53.0 // indirect
61+
google.golang.org/protobuf v1.28.1 // indirect
6262
gopkg.in/yaml.v3 v3.0.1 // indirect
6363
)

0 commit comments

Comments
 (0)