13 lines
304 B
Modula-2
13 lines
304 B
Modula-2
module github.com/hashicorp/vault-plugin-secrets-kv
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-hclog v0.8.0
|
|
github.com/hashicorp/vault/api v1.0.1
|
|
github.com/hashicorp/vault/sdk v0.1.8
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
)
|