31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module rmm-hunter
|
|
|
|
go 1.24.7
|
|
|
|
require (
|
|
github.com/Kraken-OffSec/Scurvy v0.0.0-20251010192328-967933276439
|
|
github.com/spf13/cobra v1.10.1
|
|
golang.org/x/sys v0.29.0
|
|
)
|
|
|
|
require (
|
|
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a // indirect
|
|
github.com/alwindoss/morse v1.0.1 // indirect
|
|
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4 // indirect
|
|
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
|
github.com/ecies/go/v2 v2.0.10 // indirect
|
|
github.com/elastic/go-sysinfo v1.15.1 // indirect
|
|
github.com/elastic/go-windows v1.0.2 // indirect
|
|
github.com/ethereum/go-ethereum v1.14.12 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/ryanuber/columnize v2.1.2+incompatible // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
howett.net/plist v1.0.1 // indirect
|
|
)
|