-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 589 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (17 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/TheManticoreProject/Manticore
go 1.24.0
require (
github.com/TheManticoreProject/goopts v1.2.4
github.com/TheManticoreProject/winacl v1.3.1
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
github.com/go-ldap/ldap/v3 v3.4.12
golang.org/x/crypto v0.43.0
golang.org/x/term v0.36.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sys v0.37.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.7.3 // indirect
)