mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-15 19:17:02 +02:00
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
module github.com/hashicorp/vault/api/auth/gcp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.97.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
|
|
)
|