mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
22 lines
640 B
Modula-2
22 lines
640 B
Modula-2
module github.com/D3Ext/Hooka
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/Binject/debug v0.0.0-20211007083345-9605c99179ee
|
|
github.com/D3Ext/maldev v0.1.3
|
|
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4
|
|
github.com/google/uuid v1.3.0
|
|
golang.org/x/sys v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/briandowns/spinner v1.20.0 // indirect
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0 // indirect
|
|
golang.org/x/term v0.3.0 // indirect
|
|
)
|