diff options
Diffstat (limited to 'debugging.go')
-rw-r--r-- | debugging.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugging.go b/debugging.go index cefbfad..709c20d 100644 --- a/debugging.go +++ b/debugging.go @@ -6,7 +6,7 @@ package ldap import ( - "github.com/tmfkams/asn1-ber" + "github.com/marcsauter/asn1-ber" "log" ) |