module yddingtalkldap go 1.18 require ( github.com/go-ldap/ldap/v3 v3.4.3 github.com/tidwall/gjson v1.14.1 ) require ( github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect ) require ( github.com/474420502/perfectshutdown v0.3.1 github.com/474420502/requests v1.22.0 github.com/474420502/structure v1.0.1 github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect )