-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 698 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module LDAPToolkit
go 1.17
require (
github.com/audibleblink/bamflags v1.0.0
github.com/go-ldap/ldap/v3 v3.4.3
github.com/mattn/go-colorable v0.1.12
golang.org/x/text v0.3.7
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
)