diff options
| author | d0x471b <0x471@protonmail.com> | 2022-12-31 03:45:30 +0300 |
|---|---|---|
| committer | d0x471b <0x471@protonmail.com> | 2022-12-31 03:45:30 +0300 |
| commit | 0f1d7d51de1baa21256fdb7ddafe54aab66172f7 (patch) | |
| tree | 30373f9b64ba6301096f26cdade55ebac4f5e59f /cli/go.mod | |
| parent | 517ad8d13a6b23328927154226575605be70669f (diff) | |
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 +) |
