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