2020-02-02 14:32:37 +01:00
|
|
|
module bottin
|
2020-02-02 12:09:35 +01:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-07-09 15:24:33 +02:00
|
|
|
github.com/go-ldap/ldap/v3 v3.3.0 // indirect
|
2020-02-02 12:09:35 +01:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/hashicorp/consul/api v1.3.0
|
2020-02-02 14:47:16 +01:00
|
|
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
|
2020-02-02 12:09:35 +01:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
)
|