mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
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>
12 lines
294 B
Modula-2
12 lines
294 B
Modula-2
module github.com/hashicorp/vault/api/auth/gcp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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-20230410155749-daa745c078e1
|
|
google.golang.org/grpc v1.56.3 // indirect
|
|
)
|