module github.com/hashicorp/vault-plugin-auth-gcp go 1.12 require ( github.com/golang/mock v1.4.3 github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-gcp-common v0.6.0 github.com/hashicorp/go-hclog v0.12.0 github.com/hashicorp/go-uuid v1.0.2 github.com/hashicorp/vault/api v1.0.5-0.20200317185738-82f498082f02 github.com/hashicorp/vault/sdk v0.1.14-0.20200427170607-03332aaf8d18 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/stretchr/testify v1.3.0 golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect google.golang.org/api v0.3.2 google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect gopkg.in/square/go-jose.v2 v2.3.1 )