diff options
Diffstat (limited to 'debug.go')
-rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package ldap import ( "log" - "github.com/SpruceHealth/asn1-ber" + "github.com/johnweldon/asn1-ber" ) // debbuging type |