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