-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
62 lines (58 loc) · 2.51 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
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/ddkwork/HyperDbg
go 1.23.0
require (
github.com/ddkwork/app v0.0.0-20241026164255-6ce9e6cb2eb3
github.com/ddkwork/golibrary v0.0.0-20241109061650-bd3e94f7b3cf
github.com/ddkwork/unison v0.0.0-20241013162326-b9a18ce1a207
github.com/ebitengine/purego v0.8.0
github.com/saferwall/pe v1.5.4
github.com/tc-hib/winres v0.3.1
github.com/winlabs/gowin32 v0.0.0-20240930213947-f504d7e14639
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.21.0
golang.org/x/sys v0.26.0
)
require (
gioui.org v0.7.1 // indirect
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/aquasecurity/table v1.8.0 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dave/dst v0.27.3 // indirect
github.com/dc0d/caseconv v0.5.0 // indirect
github.com/ddkwork/toolbox v0.0.0-20241013161004-026a13407120 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/go-enry/go-enry/v2 v2.8.8 // indirect
github.com/go-enry/go-oniguruma v1.2.1 // indirect
github.com/go-text/typesetting v0.1.2 // indirect
github.com/google/go-cmp v0.6.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-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // 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.6 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/exp/shiny v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
mvdan.cc/gofumpt v0.7.0 // indirect
)