Switch build configuration to Go modules #1

Merged
lx merged 3 commits from gomod into master 2020-02-02 14:01:36 +00:00
4 changed files with 7 additions and 4 deletions
Showing only changes of commit 3644fdfe61 - Show all commits

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