diff options
author | Maximilien Richer <me@mricher.fr> | 2020-02-02 14:32:37 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2020-02-02 14:32:37 +0100 |
commit | 3644fdfe61f1c7f9545f57f66405e0afa4c0194c (patch) | |
tree | fe12436e5e55449a8e63f97366db6530c796f438 | |
parent | 0274ab0038b2c27ab61ec03602fb6b7355d40cd3 (diff) | |
download | bottin-3644fdfe61f1c7f9545f57f66405e0afa4c0194c.tar.gz bottin-3644fdfe61f1c7f9545f57f66405e0afa4c0194c.zip |
Rename go module to bottin
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | main.go | 3 | ||||
-rw-r--r-- | read.go | 3 | ||||
-rw-r--r-- | write.go | 3 |
4 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -module git.luxeylab.net/lx/bottin +module bottin go 1.13 @@ -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" @@ -4,7 +4,8 @@ import ( "fmt" "strings" - ldap "git.luxeylab.net/lx/bottin/ldapserver" + ldap "bottin/ldapserver" + message "github.com/vjeantet/goldap/message" ) @@ -4,7 +4,8 @@ import ( "fmt" "strings" - ldap "git.luxeylab.net/lx/bottin/ldapserver" + ldap "bottin/ldapserver" + message "github.com/vjeantet/goldap/message" ) |