module github.com/hashicorp/vault-plugin-secrets-ad go 1.12 require ( github.com/armon/go-metrics v0.3.0 github.com/go-errors/errors v1.0.1 github.com/go-ldap/ldap/v3 v3.1.3 github.com/hashicorp/go-hclog v0.12.0 github.com/hashicorp/go-uuid v1.0.2 github.com/hashicorp/vault/api v1.0.5-0.20200317185738-82f498082f02 github.com/hashicorp/vault/sdk v0.1.14-0.20200317185738-82f498082f02 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/patrickmn/go-cache v2.1.0+incompatible golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107 // indirect )