forked from HyperDbg/gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (47 loc) · 2.03 KB
/
go.mod
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
38
39
40
41
42
43
44
45
46
47
48
49
50
module github.com/ddkwork/HyperDbg
go 1.24.0
require (
github.com/ddkwork/app v0.0.0-20250324092929-55bb7e338ac4
github.com/ddkwork/golibrary v0.0.91-0.20250324091236-7773f1c26781
github.com/ddkwork/unison v0.0.0-20250324092417-167fd55775cc
github.com/ebitengine/purego v0.9.0-alpha.2.0.20250319192307-d99d2bef7bd5
github.com/saferwall/pe v1.5.6
github.com/tc-hib/winres v0.3.1
github.com/winlabs/gowin32 v0.0.0-20240930213947-f504d7e14639
golang.org/x/image v0.25.0
golang.org/x/sys v0.31.0
)
require (
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
github.com/aquasecurity/table v1.8.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dave/dst v0.27.3 // indirect
github.com/ddkwork/toolbox v0.0.0-20250320161820-8c695d9534c1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/go-enry/go-enry/v2 v2.9.1 // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorpher/gowin32 v0.0.11 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
github.com/richardwilkes/json v0.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/secDre4mer/pkcs7 v0.0.0-20240322103146-665324a4461d // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spyre-project/spyre v1.2.5 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
golang.org/x/arch v0.12.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)