mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
@@ -3,12 +3,13 @@ module github.com/drakkan/ldapauth
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/go-ldap/ldap/v3 v3.4.5
|
||||
golang.org/x/crypto v0.12.0
|
||||
github.com/go-ldap/ldap/v3 v3.4.6
|
||||
golang.org/x/crypto v0.14.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
||||
golang.org/x/sys v0.11.0 // indirect
|
||||
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
||||
github.com/google/uuid v1.3.1 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user