
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
CI / Test and deploy (push) Has been cancelled
CI / Test and deploy Windows (push) Has been cancelled
CI / Test build flags (push) Has been cancelled
CI / Test with PgSQL/MySQL/Cockroach (push) Has been cancelled
CI / Build Linux packages (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Docker / Build (push) Has been cancelled
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
15 lines
345 B
Modula-2
15 lines
345 B
Modula-2
module github.com/drakkan/ldapauth
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/go-ldap/ldap/v3 v3.4.8
|
|
golang.org/x/crypto v0.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|