open-vault/vendor/github.com/hashicorp/vault-plugin-secrets-kv/go.mod
Jim Kalafut 2e8826744f
Update plugin dependencies (#8371)
* Update plugin dependencies

* Update vendoring
2020-02-18 09:55:04 -08:00

15 lines
547 B
Modula-2

module github.com/hashicorp/vault-plugin-secrets-kv
go 1.12
require (
github.com/golang/protobuf v1.3.2
github.com/hashicorp/go-hclog v0.12.0
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/mitchellh/mapstructure v1.1.2
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect
)