File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
1616 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
1717 github.com/davecgh/go-spew v1.1.1 // indirect
1818 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
19- github.com/ethereum/go-ethereum v1.16.5 // indirect
19+ github.com/ethereum/go-ethereum v1.16.8 // indirect
2020 github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
2121 github.com/fxamacker/circlehash v0.3.0 // indirect
2222 github.com/golang/protobuf v1.5.4 // indirect
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
99github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1010github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs =
1111github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 /go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0 =
12- github.com/ethereum/go-ethereum v1.16.5 h1:GZI995PZkzP7ySCxEFaOPzS8+bd8NldE//1qvQDQpe0 =
13- github.com/ethereum/go-ethereum v1.16.5 /go.mod h1:kId9vOtlYg3PZk9VwKbGlQmSACB5ESPTBGT+M9zjmok =
12+ github.com/ethereum/go-ethereum v1.16.8 h1:LLLfkZWijhR5m6yrAXbdlTeXoqontH+Ga2f9igY7law =
13+ github.com/ethereum/go-ethereum v1.16.8 /go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk =
1414github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 h1:qOglMkJ5YBwog/GU/NXhP9gFqxUGMuqnmCkbj65JMhk =
1515github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 /go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ =
1616github.com/fxamacker/circlehash v0.3.0 h1:XKdvTtIJV9t7DDUtsf0RIpC1OcxZtPbmgIH7ekx28WA =
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
5151 github.com/emicklei/dot v1.6.2 // indirect
5252 github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
5353 github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
54- github.com/ethereum/go-ethereum v1.16.7 // indirect
54+ github.com/ethereum/go-ethereum v1.16.8 // indirect
5555 github.com/ethereum/go-verkle v0.2.2 // indirect
5656 github.com/ferranbt/fastssz v0.1.4 // indirect
5757 github.com/fsnotify/fsnotify v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ github.com/ethereum/c-kzg-4844/v2 v2.1.5 h1:aVtoLK5xwJ6c5RiqO8g8ptJ5KU+2Hdquf6G3
222222github.com/ethereum/c-kzg-4844/v2 v2.1.5 /go.mod h1:u59hRTTah4Co6i9fDWtiCjTrblJv0UwsqZKCc0GfgUs =
223223github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJhy07IMfEKuARQ9TKojGqLVNxQajaXEp/BoqSk =
224224github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab /go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8 =
225- github.com/ethereum/go-ethereum v1.16.7 h1:qeM4TvbrWK0UC0tgkZ7NiRsmBGwsjqc64BHo20U59UQ =
226- github.com/ethereum/go-ethereum v1.16.7 /go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk =
225+ github.com/ethereum/go-ethereum v1.16.8 h1:LLLfkZWijhR5m6yrAXbdlTeXoqontH+Ga2f9igY7law =
226+ github.com/ethereum/go-ethereum v1.16.8 /go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk =
227227github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8 =
228228github.com/ethereum/go-verkle v0.2.2 /go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk =
229229github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg =
You can’t perform that action at this time.
0 commit comments