yd-dingtalk-ldap/go.mod

23 lines
569 B
Modula-2
Raw Normal View History

2022-05-30 10:43:28 +00:00
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/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
)