go mod vendor
This commit is contained in:
parent
5aa4b8d54c
commit
d4f72f792f
2
go.mod
2
go.mod
|
@ -89,7 +89,7 @@ require (
|
|||
github.com/hashicorp/vault-plugin-secrets-mongodbatlas v0.1.0-beta1
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.1.0-beta1
|
||||
github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820
|
||||
github.com/hashicorp/vault/sdk v0.1.14-0.20200220013748-e5f5a34720a4
|
||||
github.com/hashicorp/vault/sdk v0.1.14-0.20200220181328-627cbfe69505
|
||||
github.com/influxdata/influxdb v0.0.0-20190411212539-d24b7ba8c4c4
|
||||
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
||||
github.com/jackc/pgx v3.3.0+incompatible // indirect
|
||||
|
|
|
@ -9,6 +9,6 @@ var (
|
|||
CgoEnabled bool
|
||||
|
||||
Version = "1.4.0"
|
||||
VersionPrerelease = "beta"
|
||||
VersionPrerelease = "beta1"
|
||||
VersionMetadata = ""
|
||||
)
|
||||
|
|
|
@ -430,7 +430,7 @@ github.com/hashicorp/vault-plugin-secrets-openldap
|
|||
github.com/hashicorp/vault-plugin-secrets-openldap/client
|
||||
# github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820 => ./api
|
||||
github.com/hashicorp/vault/api
|
||||
# github.com/hashicorp/vault/sdk v0.1.14-0.20200220013748-e5f5a34720a4 => ./sdk
|
||||
# github.com/hashicorp/vault/sdk v0.1.14-0.20200220181328-627cbfe69505 => ./sdk
|
||||
github.com/hashicorp/vault/sdk/database/dbplugin
|
||||
github.com/hashicorp/vault/sdk/database/helper/connutil
|
||||
github.com/hashicorp/vault/sdk/database/helper/credsutil
|
||||
|
|
Loading…
Reference in New Issue