2020-08-21 02:03:53 -05:00
|
|
|
module github.com/netauth/ldap
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-03-18 02:37:19 -05:00
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.15.0
|
2022-08-27 16:08:56 -05:00
|
|
|
github.com/netauth/netauth v0.6.1
|
|
|
|
github.com/netauth/protocol v0.0.0-20210918062754-7fee492ffcbd
|
2022-08-27 15:51:03 -05:00
|
|
|
github.com/ps78674/goldap v0.0.0-20210727122805-99df957a6c80
|
|
|
|
github.com/ps78674/ldapserver v0.0.0-20220708160806-8f8d875bf8db
|
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2022-08-27 16:08:56 -05:00
|
|
|
github.com/spf13/viper v1.8.1
|
2022-08-27 15:51:03 -05:00
|
|
|
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
|
2020-08-21 02:03:53 -05:00
|
|
|
)
|