diff options
author | stefan <stefan@s00.xyz> | 2023-05-22 20:08:09 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-05-22 20:08:09 -0400 |
commit | c30e7f5f99f9ad4d9552b645d7b89d7385972f99 (patch) | |
tree | a2938c9cda3226ef7e3ea8cb84b338a41003ceb4 /node/go.mod | |
download | evm-c30e7f5f99f9ad4d9552b645d7b89d7385972f99.tar.gz |
stack
Diffstat (limited to 'node/go.mod')
-rw-r--r-- | node/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/go.mod b/node/go.mod new file mode 100644 index 0000000..725da6d --- /dev/null +++ b/node/go.mod @@ -0,0 +1,5 @@ +module s00.xyz/evm + +go 1.20 + +require github.com/holiman/uint256 v1.2.2 // indirect |