Skip to content
Snippets Groups Projects
Commit 2934fd63 authored by ale's avatar ale
Browse files

Update to go-ldap v3

parent 0868f264
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ package ldaputil
import (
"fmt"
"gopkg.in/ldap.v2"
"gopkg.in/ldap.v3"
)
// ParseScope parses a string representation of an LDAP scope into the
......
......@@ -9,7 +9,7 @@ import (
"github.com/cenkalti/backoff"
"go.opencensus.io/trace"
"gopkg.in/ldap.v2"
"gopkg.in/ldap.v3"
)
// Parameters that define the exponential backoff algorithm used.
......
......@@ -8,7 +8,7 @@ import (
"time"
"gopkg.in/asn1-ber.v1"
"gopkg.in/ldap.v2"
"gopkg.in/ldap.v3"
)
type tcpHandler interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment