Skip to content

Commit 1a78f9b

Browse files
Bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /test (#406)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.51.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c645b6a commit 1a78f9b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require (
99
)
1010

1111
require (
12-
cloud.google.com/go v0.105.0 // indirect
13-
cloud.google.com/go/compute v1.12.1 // indirect
14-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
15-
cloud.google.com/go/iam v0.7.0 // indirect
12+
cloud.google.com/go v0.107.0 // indirect
13+
cloud.google.com/go/compute v1.15.1 // indirect
14+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
15+
cloud.google.com/go/iam v0.8.0 // indirect
1616
cloud.google.com/go/storage v1.27.0 // indirect
1717
github.com/agext/levenshtein v1.2.3 // indirect
1818
github.com/ahmetb/go-linq/v3 v3.2.0 // indirect
@@ -88,8 +88,8 @@ require (
8888
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8989
google.golang.org/api v0.103.0 // indirect
9090
google.golang.org/appengine v1.6.7 // indirect
91-
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
92-
google.golang.org/grpc v1.51.0 // indirect
91+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
92+
google.golang.org/grpc v1.53.0 // indirect
9393
google.golang.org/protobuf v1.28.1 // indirect
9494
gopkg.in/inf.v0 v0.9.1 // indirect
9595
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)