b7fc72d5ec
This primarily ports updates made during the 1.4 release to master.
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/hashicorp/vault-plugin-auth-alicloud
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190412020505-60e2075261b6
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.12.0
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
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.20200317185738-82f498082f02
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect
|
|
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
|
)
|