6af69d7d3d
* Update hashicorp/vault-plugin-secrets-azure to v0.6.2 * update go mod vendor
36 lines
1.6 KiB
Modula-2
36 lines
1.6 KiB
Modula-2
module github.com/hashicorp/vault-plugin-secrets-azure
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.9.2
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.0
|
|
github.com/Azure/go-autorest/autorest/date v0.2.0
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/frankban/quicktest v1.10.0 // indirect
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200527182800-ad90e0b39d2f
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.2
|
|
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
|
google.golang.org/protobuf v1.24.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
)
|