-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.51 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.51 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
34
35
36
37
module github.com/ddkwork/HyperDbg
go 1.26
//replace (
// gioui.org v0.9.0 => github.com/ddkwork/gio v0.0.0-20260213042634-1236dd49ffee
// github.com/go-text/typesetting v0.3.3 => github.com/go-text/typesetting v0.3.0
// github.com/oligo/gvcode => github.com/ddkwork/gvcode v0.0.0-20260213042534-d2fe2eb4b1d8
//)
require (
github.com/alecthomas/chroma/v2 v2.23.1 // indirect
github.com/aquasecurity/table v1.11.0 // indirect
github.com/ayoubfaouzi/pkcs7 v0.2.2 // indirect
github.com/ddkwork/golibrary v0.1.11 // indirect
github.com/ddkwork/mcp v0.0.0-20250717081619-f53375e73894 // indirect
github.com/ddkwork/ux v0.0.0-20260213142834-1db16b7a3cc6 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/hashicorp/go-version v1.8.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/richardlehane/mscfb v1.0.6 // indirect
github.com/richardlehane/msoleps v1.0.6 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/saferwall/pe v1.5.9 // indirect
github.com/tiendc/go-deepcopy v1.7.2 // indirect
github.com/xuri/efp v0.0.1 // indirect
github.com/xuri/excelize/v2 v2.10.0 // indirect
github.com/xuri/nfp v0.0.2-0.20250530014748-2ddeb826f9a9 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.34.0 // indirect
)