Files
D3Ext-Hooka/go.mod
dependabot[bot] 8672a9fc97 Bump github.com/ecies/go/v2 from 2.0.4 to 2.0.8
Bumps [github.com/ecies/go/v2](https://github.com/ecies/go) from 2.0.4 to 2.0.8.
- [Release notes](https://github.com/ecies/go/releases)
- [Commits](https://github.com/ecies/go/compare/v2.0.4...v2.0.8)

---
updated-dependencies:
- dependency-name: github.com/ecies/go/v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 23:31:50 +00:00

27 lines
889 B
Modula-2

module github.com/D3Ext/Hooka
go 1.19
require (
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a
github.com/D3Ext/maldev v0.1.4
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/briandowns/spinner v1.23.0 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ecies/go/v2 v2.0.8 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/term v0.15.0 // indirect
)