-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 634 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/D3Ext/Hooka
go 1.19
require (
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a
github.com/Binject/go-donut v0.0.0-20220908180326-fcdcc35d591c
github.com/D3Ext/maldev v0.1.5
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4
github.com/google/uuid v1.3.1
golang.org/x/sys v0.15.0
)
require (
github.com/alwindoss/morse v1.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ecies/go/v2 v2.0.7 // indirect
github.com/ethereum/go-ethereum v1.12.1 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
)