mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-09 21:51:40 +00:00
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.12.0
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
|
|
google.golang.org/grpc v1.56.3 // indirect
|
|
)
|