aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilien Richer <me@mricher.fr>2020-02-02 14:32:37 +0100
committerMaximilien Richer <me@mricher.fr>2020-02-02 14:32:37 +0100
commit3644fdfe61f1c7f9545f57f66405e0afa4c0194c (patch)
treefe12436e5e55449a8e63f97366db6530c796f438
parent0274ab0038b2c27ab61ec03602fb6b7355d40cd3 (diff)
downloadbottin-3644fdfe61f1c7f9545f57f66405e0afa4c0194c.tar.gz
bottin-3644fdfe61f1c7f9545f57f66405e0afa4c0194c.zip
Rename go module to bottin
-rw-r--r--go.mod2
-rw-r--r--main.go3
-rw-r--r--read.go3
-rw-r--r--write.go3
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"
)