1module github.com/hashicorp/vault-plugin-secrets-openldap
2
3go 1.13
4
5require (
6	github.com/go-ldap/ldap/v3 v3.1.10
7	github.com/go-ldap/ldif v0.0.0-20200320164324-fd88d9b715b3
8	github.com/hashicorp/errwrap v1.0.0
9	github.com/hashicorp/go-hclog v0.14.1
10	github.com/hashicorp/go-multierror v1.1.0
11	github.com/hashicorp/vault/api v1.0.5-0.20200826195146-c03009a7e370
12	github.com/hashicorp/vault/sdk v0.1.14-0.20210127185906-6b455835fa8c
13	github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
14	github.com/kr/pretty v0.2.1 // indirect
15	github.com/mitchellh/mapstructure v1.3.2
16	github.com/stretchr/testify v1.5.1
17	golang.org/x/text v0.3.2
18)
19