31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module github.com/hashicorp/vault-plugin-secrets-gcpkms
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.39.0
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7 // indirect
|
|
github.com/gammazero/workerpool v0.0.0-20190406235159-88d534f22b56
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.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/vault/api v1.0.5-0.20200215224050-f6547fa8e820
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/jeffchao/backoff v0.0.0-20140404060208-9d7fd7aa17f2
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/api v0.5.0
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190513181449-d00d292a067c
|
|
google.golang.org/grpc v1.22.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|