aboutsummaryrefslogtreecommitdiff
path: root/read.go
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2020-02-02 15:01:35 +0100
committerGitea <gitea@fake.local>2020-02-02 15:01:35 +0100
commitf32c272db27d9b99f7ae6b4663af3ee775b5676b (patch)
tree83d980e04b35545c75ed386c55051c797b53043c /read.go
parent0c801e02d5b9804c5444d4e923babc34ee05b61c (diff)
parenta6faceb5590e233b474bc65a55e2992afdefd07b (diff)
downloadbottin-f32c272db27d9b99f7ae6b4663af3ee775b5676b.tar.gz
bottin-f32c272db27d9b99f7ae6b4663af3ee775b5676b.zip
Merge branch 'gomod' of Deuxfleurs/bottin into master
Diffstat (limited to 'read.go')
-rw-r--r--read.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/read.go b/read.go
index 63a1009..ef06109 100644
--- a/read.go
+++ b/read.go
@@ -4,8 +4,9 @@ import (
"fmt"
"strings"
- ldap "./ldapserver"
- message "github.com/vjeantet/goldap/message"
+ ldap "bottin/ldapserver"
+
+ message "github.com/lor00x/goldap/message"
)
// Compare request -------------------------