diff options
Diffstat (limited to 'modify.go')
-rw-r--r-- | modify.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,12 +26,14 @@ // // AttributeValue ::= OCTET STRING // + package ldap import ( "errors" - "github.com/marcsauter/asn1-ber" "log" + + "github.com/SpruceHealth/asn1-ber" ) const ( |