1module github.com/go-ldap/ldap/v3 2 3go 1.14 4 5require ( 6 github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 7 github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 8 github.com/go-asn1-ber/asn1-ber v1.5.5 9 github.com/google/uuid v1.3.1 10 github.com/stretchr/testify v1.8.0 11 golang.org/x/crypto v0.13.0 // indirect 12)