mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
22 lines
634 B
Modula-2
22 lines
634 B
Modula-2
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
|
|
)
|