vault/api/auth/gcp/go.mod
VAL d9a0adc64e
GCP and Azure Login methods for Go client library (#13022)
* Add native Login method for GCP auth backend

* Add native Login method for Azure auth backend

* Add changelog entry

* Use official azure library Environment struct rather than passing string, add timeouts

* Use v1.3.0 which now has interface definition

* Don't throw away error and close resp body

* Back to WithResource so we can support non-Azure URLs for aud
2021-11-12 09:32:05 -08:00

10 lines
200 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.3.0
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0
)