diff options
Diffstat (limited to 'cli/go.mod')
| -rw-r--r-- | cli/go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cli/go.mod b/cli/go.mod new file mode 100644 index 0000000..179b368 --- /dev/null +++ b/cli/go.mod @@ -0,0 +1,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 +) |
