summaryrefslogtreecommitdiffstats
path: root/ldap.go
diff options
context:
space:
mode:
Diffstat (limited to 'ldap.go')
-rw-r--r--ldap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap.go b/ldap.go
index cc0d18f..cc94f2a 100644
--- a/ldap.go
+++ b/ldap.go
@@ -8,7 +8,7 @@ package ldap
import (
"errors"
"fmt"
- "github.com/tmfkams/asn1-ber"
+ "github.com/marcsauter/asn1-ber"
"io/ioutil"
)