ldap-proxy/go.mod

13 lines
358 B
Modula-2
Raw Normal View History

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