go.mod 281 B

123456789101112131415
  1. module Ethereum_CLI.go
  2. go 1.18
  3. require (
  4. github.com/ethereum/go-ethereum v1.10.26
  5. golang.org/x/crypto v0.4.0
  6. )
  7. require (
  8. github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
  9. github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
  10. golang.org/x/sys v0.3.0 // indirect
  11. )