2019-04-13 07:44:06 +00:00
|
|
|
module github.com/hashicorp/vault-plugin-secrets-azure
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
contrib.go.opencensus.io/exporter/ocagent v0.4.12 // indirect
|
2019-06-21 03:43:02 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v29.0.0+incompatible
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/Azure/go-autorest v11.7.1+incompatible
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.0 // indirect
|
2019-07-19 14:59:39 +00:00
|
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
2019-04-13 07:44:06 +00:00
|
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
|
|
github.com/hashicorp/go-hclog v0.8.0
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
|
|
github.com/hashicorp/go-uuid v1.0.1
|
2019-07-19 14:59:39 +00:00
|
|
|
github.com/hashicorp/vault/api v1.0.3-0.20190719145648-41d3939b1ff9
|
|
|
|
github.com/hashicorp/vault/sdk v0.1.12-0.20190719011625-af0b660abb36
|
2019-04-13 07:44:06 +00:00
|
|
|
)
|