Files
D3Ext-Hooka/go.mod
T
dependabot[bot] 7576bdbcae Bump github.com/ethereum/go-ethereum from 1.10.17 to 1.12.1
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.17 to 1.12.1.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](https://github.com/ethereum/go-ethereum/compare/v1.10.17...v1.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 20:36:02 +00:00

27 lines
887 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.12.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.0.1 // indirect
github.com/ecies/go/v2 v2.0.4 // indirect
github.com/ethereum/go-ethereum v1.12.1 // 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.9.0 // indirect
golang.org/x/term v0.8.0 // indirect
)