summaryrefslogtreecommitdiffstats
path: root/conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn.go')
-rw-r--r--conn.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conn.go b/conn.go
index bb9f6b5..2dca164 100644
--- a/conn.go
+++ b/conn.go
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// This package provides LDAP client functions.
package ldap
import (
"crypto/tls"
"errors"
- "github.com/marcsauter/asn1-ber"
"log"
"net"
"sync"
+
+ "github.com/SpruceHealth/asn1-ber"
)
const (