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 @@ -8,7 +8,7 @@ require (
88 github.com/VictoriaMetrics/metrics v1.35.1
99 github.com/cenkalti/backoff v2.2.1+incompatible
1010 github.com/ethereum/go-ethereum v1.15.5
11- github.com/flashbots/go-utils v0.13.2
11+ github.com/flashbots/go-utils v0.14.0
1212 github.com/google/uuid v1.6.0
1313 github.com/hashicorp/golang-lru/v2 v2.0.7
1414 github.com/stretchr/testify v1.10.0
@@ -28,6 +28,7 @@ require (
2828 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2929 github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
3030 github.com/ethereum/go-verkle v0.2.2 // indirect
31+ github.com/goccy/go-json v0.10.5 // indirect
3132 github.com/holiman/uint256 v1.3.2 // indirect
3233 github.com/mmcloughlin/addchain v0.4.0 // indirect
3334 github.com/pmezard/go-difflib v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -32,10 +32,12 @@ github.com/ethereum/go-ethereum v1.15.5 h1:Fo2TbBWC61lWVkFw9tsMoHCNX1ndpuaQBRJ8H
3232github.com/ethereum/go-ethereum v1.15.5 /go.mod h1:1LG2LnMOx2yPRHR/S+xuipXH29vPr6BIH6GElD8N/fo =
3333github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8 =
3434github.com/ethereum/go-verkle v0.2.2 /go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk =
35- github.com/flashbots/go-utils v0.13.2 h1:9fdnLKpQP/9i48NDad7u5NOK945DmL3Z61eCA9JGiwQ =
36- github.com/flashbots/go-utils v0.13.2 /go.mod h1:i4xxEB6sHDFfNWEIfh+rP6nx3LxynEn8AOZa05EYgwA =
35+ github.com/flashbots/go-utils v0.14.0 h1:gg9UAGWhwMrnnhY/wV9W5TPRUhhM8GS6bFh4H2VqgsA =
36+ github.com/flashbots/go-utils v0.14.0 /go.mod h1:vESXnJKP/r6WRrf8pr87Dr0gJdkGUpzOiMae8yangEc =
3737github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE =
3838github.com/go-ole/go-ole v1.3.0 /go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78 =
39+ github.com/goccy/go-json v0.10.5 h1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4 =
40+ github.com/goccy/go-json v0.10.5 /go.mod h1:oq7eo15ShAhp70Anwd5lgX2pLfOS3QCiwU/PULtXL6M =
3941github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw =
4042github.com/gofrs/flock v0.8.1 /go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU =
4143github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb h1:PBC98N2aIaM3XXiurYmW7fx4GZkL8feAMVq7nEjURHk =
You can’t perform that action at this time.
0 commit comments