From 3644fdfe61f1c7f9545f57f66405e0afa4c0194c Mon Sep 17 00:00:00 2001 From: Maximilien Richer Date: Sun, 2 Feb 2020 14:32:37 +0100 Subject: [PATCH] Rename go module to bottin --- go.mod | 2 +- main.go | 3 ++- read.go | 3 ++- write.go | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) 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" )