File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
1010 github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0
1111 github.com/consensys/gnark-crypto v0.16.0
1212 github.com/crate-crypto/go-kzg-4844 v1.1.0
13+ github.com/ethereum/go-ethereum v1.10.26
1314 github.com/gin-gonic/gin v1.9.1
1415 github.com/go-resty/resty/v2 v2.7.0
1516 github.com/holiman/uint256 v1.3.2
@@ -51,7 +52,7 @@ require (
5152 github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
5253 github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
5354 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
54- github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
55+ github.com/deckarep/golang-set v1.8.0 // indirect
5556 github.com/edsrzf/mmap-go v1.0.0 // indirect
5657 github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
5758 github.com/fjl/memsize v0.0.2 // indirect
Original file line number Diff line number Diff line change @@ -88,13 +88,15 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
8888github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
8989github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
9090github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
91- github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea h1:j4317fAZh7X6GqbFowYdYdI0L9bwxL07jyPZIdepyZ0 =
92- github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea /go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ =
91+ github.com/deckarep/golang-set v1.8.0 h1:sk9/l/KqpunDwP7pSjUg0keiOOLEnOBHzykLrsPppp4 =
92+ github.com/deckarep/golang-set v1.8.0 /go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo =
9393github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
9494github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw =
9595github.com/edsrzf/mmap-go v1.0.0 /go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M =
9696github.com/ethereum/c-kzg-4844/v2 v2.1.5 h1:aVtoLK5xwJ6c5RiqO8g8ptJ5KU+2Hdquf6G3aXiHh5s =
9797github.com/ethereum/c-kzg-4844/v2 v2.1.5 /go.mod h1:u59hRTTah4Co6i9fDWtiCjTrblJv0UwsqZKCc0GfgUs =
98+ github.com/ethereum/go-ethereum v1.10.26 h1:i/7d9RBBwiXCEuyduBQzJw/mKmnvzsN14jqBmytw72s =
99+ github.com/ethereum/go-ethereum v1.10.26 /go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg =
98100github.com/fjl/memsize v0.0.2 h1:27txuSD9or+NZlnOWdKUxeBzTAUkWCVh+4Gf2dWFOzA =
99101github.com/fjl/memsize v0.0.2 /go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0 =
100102github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
You can’t perform that action at this time.
0 commit comments