-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 964 Bytes
/
Copy pathgo.mod
File metadata and controls
30 lines (27 loc) · 964 Bytes
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
module github.com/ddkwork/HyperDbg
go 1.27rc3
require (
gioui.org v0.10.0
github.com/aquasecurity/table v1.11.0
github.com/ddkwork/golibrary v0.2.4
github.com/saferwall/pe v1.6.4
github.com/tidwall/match v1.2.0
github.com/tidwall/pretty v1.2.1
golang.org/x/arch v0.29.0
golang.org/x/sys v0.47.0
)
require (
gioui.org/shader v1.0.9 // indirect
github.com/ayoubfaouzi/pkcs7 v0.2.3 // indirect
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/mattn/go-runewidth v0.0.23 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/mod v0.39.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.41.0 // indirect
)