Files
go-authcheck/go.mod
Nathan Coad 8692fa525b
All checks were successful
continuous-integration/drone Build is passing
initial commit
2023-07-19 13:59:42 +10:00

12 lines
232 B
Modula-2

module go-authcheck
go 1.19
require github.com/korylprince/go-ad-auth/v3 v3.3.0
require (
github.com/go-asn1-ber/asn1-ber v1.4.1 // indirect
github.com/go-ldap/ldap/v3 v3.1.7 // indirect
golang.org/x/text v0.3.2 // indirect
)