Set up go mod

This commit is contained in:
Alex Sharp 2021-06-22 11:07:32 +01:00
parent a2b9dba879
commit d8c9678c44
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/ledgerwatch/erigon-lib
go 1.16
require github.com/holiman/uint256 v1.2.0

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/holiman/uint256 v1.2.0 h1:gpSYcPLWGv4sG43I2mVLiDZCNDh/EpGjSk8tmtxitHM=
github.com/holiman/uint256 v1.2.0/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw=