ldap-proxy/go.mod
2022-08-27 16:08:56 -05:00

16 lines
506 B
Modula-2

module github.com/netauth/ldap
go 1.15
require (
github.com/fatih/color v1.10.0 // indirect
github.com/hashicorp/go-hclog v0.15.0
github.com/netauth/netauth v0.6.1
github.com/netauth/protocol v0.0.0-20210918062754-7fee492ffcbd
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
github.com/spf13/viper v1.8.1
golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 // indirect
)