-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·29 lines (25 loc) · 1 KB
/
go.mod
File metadata and controls
executable file
·29 lines (25 loc) · 1 KB
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
29
module github.com/TheManticoreProject/FindReusedKeyCredentials
go 1.24.0
require (
github.com/TheManticoreProject/Manticore v1.0.9-0.20251113163856-a579e142bf47
github.com/TheManticoreProject/goopts v1.2.4
)
require (
github.com/TheManticoreProject/winacl v1.2.14 // indirect
github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e // indirect
github.com/go-ldap/ldap/v3 v3.4.12 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
golang.org/x/net v0.47.0 // indirect
)
require (
github.com/Azure/go-ntlmssp v0.1.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/crypto v0.44.0 // indirect
)