-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.23 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.23 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
30
31
32
33
module github.com/vflame6/sharefinder
go 1.25.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/go-ldap/ldap/v3 v3.4.13
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/jfjallid/go-smb v0.8.2
github.com/jfjallid/golog v0.3.6
golang.org/x/net v0.55.0
)
require (
github.com/Azure/go-ntlmssp v0.1.1 // indirect
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/alexbrainman/sspi v0.0.0-20250919150558-7d374ff0d59e // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/google/uuid v1.6.0 // 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/rpc/v2 v2.0.3 // indirect
github.com/jfjallid/gofork v1.7.6 // indirect
github.com/jfjallid/gokrb5/v8 v8.6.3 // indirect
github.com/jfjallid/mstypes v0.0.2 // indirect
github.com/jfjallid/ndr v0.1.1 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.7.1 // indirect
)