bd79fbafb3
Updated the `Serve` function so these can be added back into Vault
20 lines
774 B
Modula-2
20 lines
774 B
Modula-2
module github.com/hashicorp/vault-plugin-database-elasticsearch
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/hashicorp/go-retryablehttp v0.6.6
|
|
github.com/hashicorp/go-rootcerts v1.0.1
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20201022214319-d87657199d4b
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/ory/dockertest v3.3.4+incompatible
|
|
)
|