diff --git a/test/integration/go.mod b/test/integration/go.mod index 39df851..09f45cf 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -67,7 +67,7 @@ require ( github.com/dustin/go-humanize v1.0.0 // indirect github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect - github.com/ethereum/go-ethereum v1.16.7 // indirect + github.com/ethereum/go-ethereum v1.16.8 // indirect github.com/ethereum/go-verkle v0.2.2 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect diff --git a/test/integration/go.sum b/test/integration/go.sum index d4f0cc6..8ab081a 100644 --- a/test/integration/go.sum +++ b/test/integration/go.sum @@ -643,8 +643,6 @@ github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30/go.mod h1:fvzegU4 github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8= github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig= -github.com/anoideaopen/acl v0.1.2 h1:ywLHDakmEhyuJK29S/cEzbDGAwOP6i5iiUQ2c/M2+/E= -github.com/anoideaopen/acl v0.1.2/go.mod h1:hxukCvMxpmSMzfE25LluND5nsmF0APFy64urDineINk= github.com/anoideaopen/acl v0.1.3-0.20251209152322-74b0b7612bda h1:0T3Ou1E4LxBn6ljMQcR+d8pcPUipqT2M17d/w+TJO7Y= github.com/anoideaopen/acl v0.1.3-0.20251209152322-74b0b7612bda/go.mod h1:xIqpIgZDY8WvhLDKzkKaiWSz2lUiAR0jmMPZ0MnjFuY= github.com/anoideaopen/common-component v0.0.7 h1:WIJ4if0izKbocImiJnMTAMG78E10pmFSOPHmuC3An/A= @@ -792,8 +790,8 @@ github.com/envoyproxy/protoc-gen-validate v1.3.0 h1:TvGH1wof4H33rezVKWSpqKz5NXWg github.com/envoyproxy/protoc-gen-validate v1.3.0/go.mod h1:HvYl7zwPa5mffgyeTUHA9zHIH36nmrm7oCbo4YKoSWA= github.com/ethereum/c-kzg-4844/v2 v2.1.5 h1:aVtoLK5xwJ6c5RiqO8g8ptJ5KU+2Hdquf6G3aXiHh5s= github.com/ethereum/c-kzg-4844/v2 v2.1.5/go.mod h1:u59hRTTah4Co6i9fDWtiCjTrblJv0UwsqZKCc0GfgUs= -github.com/ethereum/go-ethereum v1.16.7 h1:qeM4TvbrWK0UC0tgkZ7NiRsmBGwsjqc64BHo20U59UQ= -github.com/ethereum/go-ethereum v1.16.7/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk= +github.com/ethereum/go-ethereum v1.16.8 h1:LLLfkZWijhR5m6yrAXbdlTeXoqontH+Ga2f9igY7law= +github.com/ethereum/go-ethereum v1.16.8/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk= github.com/ethereum/go-verkle v0.2.2 h1:I2W0WjnrFUIzzVPwm8ykY+7pL2d4VhlsePn4j7cnFk8= github.com/ethereum/go-verkle v0.2.2/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk= github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=