Bump go-ldap

Closes https://github.com/hashicorp/vault/pull/7780

Changes to other parts of Vault have to come piece by piece, that's
next.
This commit is contained in:
Jeff Mitchell
2019-11-08 11:18:36 -05:00
parent e4822e3826
commit 82f2b55710
5 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import (
"strings"
"text/template"
"github.com/go-ldap/ldap"
"github.com/go-ldap/ldap/v3"
"github.com/hashicorp/errwrap"
hclog "github.com/hashicorp/go-hclog"
multierror "github.com/hashicorp/go-multierror"