17 lines
566 B
Modula-2
17 lines
566 B
Modula-2
module github.com/hashicorp/vault-plugin-database-elasticsearch
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-retryablehttp v0.5.3
|
|
github.com/hashicorp/go-rootcerts v1.0.0
|
|
github.com/hashicorp/vault/api v1.0.1
|
|
github.com/hashicorp/vault/sdk v0.1.12-0.20190619194539-35667f93a7af
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20190410170021-cc4d4f50624c // indirect
|
|
google.golang.org/grpc v1.20.0 // indirect
|
|
)
|