2020-08-21 02:03:53 -05:00
|
|
|
module github.com/netauth/ldap
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-hclog v0.9.2
|
2020-08-22 22:49:54 -05:00
|
|
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3 // indirect
|
2020-08-21 02:03:53 -05:00
|
|
|
github.com/netauth/netauth v0.3.4
|
2020-08-23 02:14:41 -05:00
|
|
|
github.com/netauth/protocol v0.0.0-20191124005711-167b58b61c72
|
2020-08-21 02:03:53 -05:00
|
|
|
github.com/ps78674/goldap v0.0.0-20200721080011-cd2e7ee23841
|
|
|
|
github.com/ps78674/ldapserver v0.0.0-20200521101606-2395f680392c
|
|
|
|
github.com/spf13/viper v1.3.2
|
|
|
|
)
|