0a6e7ab94b
* mod: update plugin versions for 1.7.0 * command/agent: fix TestCFEndToEnd test
14 lines
442 B
Modula-2
14 lines
442 B
Modula-2
module github.com/hashicorp/vault-plugin-database-mongodbatlas
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
|
|
github.com/hashicorp/go-hclog v0.14.1
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20201022214319-d87657199d4b
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/mitchellh/mapstructure v1.3.2
|
|
go.mongodb.org/atlas v0.7.1
|
|
go.mongodb.org/mongo-driver v1.4.2
|
|
)
|