18 lines
656 B
Modula-2
18 lines
656 B
Modula-2
module github.com/hashicorp/vault-plugin-secrets-mongodbatlas
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Sectorbob/mlab-ns2 v0.0.0-20171030222938-d3aa0c295a8a
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/go-test/deep v1.0.2
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-hclog v0.12.0
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200124174203-d7d4084c8670
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200124174203-d7d4084c8670
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/mongodb/go-client-mongodb-atlas v0.1.2
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
|
|
)
|