forked from Deuxfleurs/bottin
Rename go module to bottin
This commit is contained in:
parent
0274ab0038
commit
3644fdfe61
4 changed files with 7 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.luxeylab.net/lx/bottin
|
||||
module bottin
|
||||
|
||||
go 1.13
|
||||
|
||||
|
|
3
main.go
3
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"
|
||||
|
|
3
read.go
3
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"
|
||||
)
|
||||
|
||||
|
|
3
write.go
3
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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue