-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·28 lines (25 loc) · 1014 Bytes
/
go.mod
File metadata and controls
executable file
·28 lines (25 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module FindGPPPasswords
go 1.22.1
require (
github.com/go-ldap/ldap/v3 v3.4.10
github.com/jfjallid/go-smb v0.5.7
github.com/p0dalirius/goopts v1.0.0
github.com/xuri/excelize/v2 v2.9.0
github.com/zenazn/pkcs7pad v0.0.0-20170308005700-253a5b1f0e03
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jfjallid/gofork v1.7.6 // indirect
github.com/jfjallid/gokrb5/v8 v8.4.4 // indirect
github.com/jfjallid/golog v0.3.3 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
github.com/xuri/nfp v0.0.0-20250111060730-82a408b9aa71 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/text v0.21.0 // indirect
)