diff --git a/go.mod b/go.mod index f50d5fe..b12d85e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.luxeylab.net/lx/bottin +module bottin go 1.13 diff --git a/main.go b/main.go index 39927bb..e29b282 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,8 @@ import ( "os/signal" "syscall" - ldap "git.luxeylab.net/lx/bottin/ldapserver" + ldap "bottin/ldapserver" + consul "github.com/hashicorp/consul/api" log "github.com/sirupsen/logrus" message "github.com/vjeantet/goldap/message" diff --git a/read.go b/read.go index 948a6f0..56211d1 100644 --- a/read.go +++ b/read.go @@ -4,7 +4,8 @@ import ( "fmt" "strings" - ldap "git.luxeylab.net/lx/bottin/ldapserver" + ldap "bottin/ldapserver" + message "github.com/vjeantet/goldap/message" ) diff --git a/write.go b/write.go index 79a71a5..b7f4e69 100644 --- a/write.go +++ b/write.go @@ -4,7 +4,8 @@ import ( "fmt" "strings" - ldap "git.luxeylab.net/lx/bottin/ldapserver" + ldap "bottin/ldapserver" + message "github.com/vjeantet/goldap/message" )