You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
228 B
10 lines
228 B
4 years ago
|
module github.com/go-ldap/ldap/v3
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c
|
||
|
github.com/go-asn1-ber/asn1-ber v1.5.1
|
||
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
||
|
)
|