diff options
Diffstat (limited to 'write.go')
-rw-r--r-- | write.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import ( ldap "bottin/ldapserver" consul "github.com/hashicorp/consul/api" - message "github.com/lor00x/goldap/message" + message "bottin/goldap" ) // Generic item modification function -------- |