module github.com/hashicorp/vault-plugin-secrets-gcp go 1.12 require ( github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-gcp-common v0.5.0 github.com/hashicorp/go-hclog v0.12.0 github.com/hashicorp/go-multierror v1.0.0 github.com/hashicorp/go-version v1.2.0 // indirect github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/vault-plugin-auth-gcp v0.5.1 github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820 github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820 github.com/mitchellh/mapstructure v1.1.2 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect google.golang.org/api v0.14.0 )