Rename go module to bottin

This commit is contained in:
Maximilien Richer 2020-02-02 14:32:37 +01:00
parent 0274ab0038
commit 3644fdfe61
Signed by untrusted user: maximilien
GPG Key ID: CA73C61E72CB3E61
4 changed files with 7 additions and 4 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.luxeylab.net/lx/bottin
module bottin
go 1.13

View File

@ -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"

View File

@ -4,7 +4,8 @@ import (
"fmt"
"strings"
ldap "git.luxeylab.net/lx/bottin/ldapserver"
ldap "bottin/ldapserver"
message "github.com/vjeantet/goldap/message"
)

View File

@ -4,7 +4,8 @@ import (
"fmt"
"strings"
ldap "git.luxeylab.net/lx/bottin/ldapserver"
ldap "bottin/ldapserver"
message "github.com/vjeantet/goldap/message"
)