summaryrefslogtreecommitdiff
path: root/cli/go.mod
blob: 179b36868d6189e6128c4dd9525fc82dd0854a27 (plain)
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
)