Bump google.golang.org/grpc from 1.41.0 to 1.56.3 in /api/auth/gcp (#23970)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.41.0...v1.56.3)

---
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>
Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
dependabot[bot]
2024-01-04 12:34:00 -05:00
committed by GitHub
parent c535c54537
commit bb82e0bdb7
2 changed files with 985 additions and 22 deletions

View File

@@ -3,8 +3,9 @@ module github.com/hashicorp/vault/api/auth/gcp
go 1.16
require (
cloud.google.com/go v0.97.0
cloud.google.com/go/compute/metadata v0.2.3
cloud.google.com/go/iam v0.13.0
github.com/hashicorp/vault/api v1.10.0
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
google.golang.org/grpc v1.41.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3 // indirect
)

File diff suppressed because it is too large Load Diff