Skip to content

Commit 07ff29c

Browse files
chore(deps): bump the go_modules group across 1 directory with 4 updates (#2355)
Bumps the go_modules group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto), [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) and [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum). Updates `golang.org/x/crypto` from 0.40.0 to 0.45.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/4e0068c0098be10d7025c99ab7c50ce454c1f0f9"><code>4e0068c</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/e79546e28b85ea53dd37afe1c4102746ef553b9c"><code>e79546e</code></a> ssh: curb GSSAPI DoS risk by limiting number of specified OIDs</li> <li><a href="https://github.com/golang/crypto/commit/f91f7a7c31bf90b39c1de895ad116a2bacc88748"><code>f91f7a7</code></a> ssh/agent: prevent panic on malformed constraint</li> <li><a href="https://github.com/golang/crypto/commit/2df4153a0311bdfea44376e0eb6ef2faefb0275b"><code>2df4153</code></a> acme/autocert: let automatic renewal work with short lifetime certs</li> <li><a href="https://github.com/golang/crypto/commit/bcf6a849efcf4702fa5172cb0998b46c3da1e989"><code>bcf6a84</code></a> acme: pass context to request</li> <li><a href="https://github.com/golang/crypto/commit/b4f2b62076abeee4e43fb59544dac565715fbf1e"><code>b4f2b62</code></a> ssh: fix error message on unsupported cipher</li> <li><a href="https://github.com/golang/crypto/commit/79ec3a51fcc7fbd2691d56155d578225ccc542e2"><code>79ec3a5</code></a> ssh: allow to bind to a hostname in remote forwarding</li> <li><a href="https://github.com/golang/crypto/commit/122a78f140d9d3303ed3261bc374bbbca149140f"><code>122a78f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/c0531f9c34514ad5c5551e2d6ce569ca673a8afd"><code>c0531f9</code></a> all: eliminate vet diagnostics</li> <li><a href="https://github.com/golang/crypto/commit/0997000b45e3a40598272081bcad03ffd21b8adb"><code>0997000</code></a> all: fix some comments</li> <li>Additional commits viewable in <a href="https://github.com/golang/crypto/compare/v0.40.0...v0.45.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/consensys/gnark-crypto` from 0.18.0 to 0.18.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/consensys/gnark-crypto/releases">github.com/consensys/gnark-crypto's releases</a>.</em></p> <blockquote> <h2>v0.18.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1">https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md">github.com/consensys/gnark-crypto's changelog</a>.</em></p> <blockquote> <h2>[v0.18.1] - 2025-10-28</h2> <h3>Docs</h3> <ul> <li>add CHANGELOG for 0.18.1</li> </ul> <h3>Perf</h3> <ul> <li>limit memory allocation during Vector deserialization (<a href="https://redirect.github.com/Consensys/gnark-crypto/issues/759">#759</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Consensys/gnark-crypto/commit/fb04e95c3b2fca34f2cc773d3e8c1f930ede271a"><code>fb04e95</code></a> docs: add CHANGELOG for 0.18.1</li> <li><a href="https://github.com/Consensys/gnark-crypto/commit/0a4d04ae621bc19b6b40c6c7b8fa91f08b434533"><code>0a4d04a</code></a> perf: limit memory allocation during Vector deserialization (<a href="https://redirect.github.com/consensys/gnark-crypto/issues/759">#759</a>)</li> <li>See full diff in <a href="https://github.com/consensys/gnark-crypto/compare/v0.18.0...v0.18.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-chi/chi/v5` from 5.0.12 to 5.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-chi/chi/releases">github.com/go-chi/chi/v5's releases</a>.</em></p> <blockquote> <h2>v5.2.2</h2> <h2>What's Changed</h2> <ul> <li>Use strings.Cut in a few places by <a href="https://github.com/JRaspass"><code>@​JRaspass</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/971">go-chi/chi#971</a></li> <li>Fix non-constant format strings in t.Fatalf by <a href="https://github.com/JRaspass"><code>@​JRaspass</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/972">go-chi/chi#972</a></li> <li>Apply fieldalignment fixes to optimize struct memory layout by <a href="https://github.com/pixel365"><code>@​pixel365</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/974">go-chi/chi#974</a></li> <li>go 1.24 by <a href="https://github.com/pkieltyka"><code>@​pkieltyka</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/977">go-chi/chi#977</a></li> <li>chore: delint ioutil usage by <a href="https://github.com/costela"><code>@​costela</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/962">go-chi/chi#962</a></li> <li>Fixed typo in Router interface definition by <a href="https://github.com/mithileshgupta12"><code>@​mithileshgupta12</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/958">go-chi/chi#958</a></li> <li>Add support for TinyGo by <a href="https://github.com/efraimbart"><code>@​efraimbart</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/978">go-chi/chi#978</a></li> <li>Exclude middleware/profiler.go in TinyGo, as there's no net/http/pprof pkg by <a href="https://github.com/cxjava"><code>@​cxjava</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/982">go-chi/chi#982</a></li> <li>Make use of strings.Cut by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/1005">go-chi/chi#1005</a></li> <li>Change install command format to code block by <a href="https://github.com/sglkc"><code>@​sglkc</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/1001">go-chi/chi#1001</a></li> <li>Correct documentation by <a href="https://github.com/mrdomino"><code>@​mrdomino</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/992">go-chi/chi#992</a></li> </ul> <h2>Security fix</h2> <ul> <li>Fixes <a href="https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93">GHSA-vrw8-fxc6-2r93</a> - &quot;Host Header Injection Leads to Open Redirect in RedirectSlashes&quot; <a href="https://github.com/go-chi/chi/commit/1be7ad938cc9c5b39a9dea01a5c518848928ab65">commit</a> <ul> <li>a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header</li> <li>reported by Anuraag Baishya, <a href="https://github.com/anuraagbaishya"><code>@​anuraagbaishya</code></a>. Thank you!</li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pixel365"><code>@​pixel365</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/974">go-chi/chi#974</a></li> <li><a href="https://github.com/mithileshgupta12"><code>@​mithileshgupta12</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/958">go-chi/chi#958</a></li> <li><a href="https://github.com/efraimbart"><code>@​efraimbart</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/978">go-chi/chi#978</a></li> <li><a href="https://github.com/cxjava"><code>@​cxjava</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/982">go-chi/chi#982</a></li> <li><a href="https://github.com/sglkc"><code>@​sglkc</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/1001">go-chi/chi#1001</a></li> <li><a href="https://github.com/mrdomino"><code>@​mrdomino</code></a> made their first contribution in <a href="https://redirect.github.com/go-chi/chi/pull/992">go-chi/chi#992</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2">https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2</a></p> <h2>v5.2.1</h2> <h2>⚠️ Chi supports Go 1.20+</h2> <p>Starting this release, we will now support the four most recent major versions of Go. See <a href="https://redirect.github.com/go-chi/chi/issues/963">go-chi/chi#963</a> for related discussion.</p> <h2>What's Changed</h2> <ul> <li>Support the four most recent major versions of Go by <a href="https://github.com/VojtechVitek"><code>@​VojtechVitek</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/969">go-chi/chi#969</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-chi/chi/compare/v5.2.0...v5.2.1">https://github.com/go-chi/chi/compare/v5.2.0...v5.2.1</a></p> <h2>v5.2.0</h2> <h2>What's Changed</h2> <ul> <li>update credits section to link to goji license by <a href="https://github.com/pkieltyka"><code>@​pkieltyka</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/944">go-chi/chi#944</a></li> <li>go 1.23 by <a href="https://github.com/pkieltyka"><code>@​pkieltyka</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/945">go-chi/chi#945</a></li> <li>Make Context.RoutePattern() nil-safe by <a href="https://github.com/gaiaz-iusipov"><code>@​gaiaz-iusipov</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/927">go-chi/chi#927</a></li> <li>govet: Fix non-constant format string by <a href="https://github.com/marcofranssen"><code>@​marcofranssen</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/952">go-chi/chi#952</a></li> <li>Add <code>Find</code> to <code>Routes</code> interface by <a href="https://github.com/joeriddles"><code>@​joeriddles</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/872">go-chi/chi#872</a></li> <li>Fix grammar error by <a href="https://github.com/AntonC9018"><code>@​AntonC9018</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/917">go-chi/chi#917</a></li> <li><del>feat(): add CF-Connecting-IP by <a href="https://github.com/n33pm"><code>@​n33pm</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/908">go-chi/chi#908</a></del> <ul> <li><del>Revert &quot;feat(): add CF-Connecting-IP&quot; by <a href="https://github.com/VojtechVitek"><code>@​VojtechVitek</code></a> in <a href="https://redirect.github.com/go-chi/chi/pull/966">go-chi/chi#966</a></del></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-chi/chi/blob/master/CHANGELOG.md">github.com/go-chi/chi/v5's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-chi/chi/commit/23c395f8524a30334126ca16fb4d37b88745b9b9"><code>23c395f</code></a> Correct documentation (<a href="https://redirect.github.com/go-chi/chi/issues/992">#992</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/5516d147c14a2b03824be7076fc6200bed906901"><code>5516d14</code></a> docs: change install code to code block (<a href="https://redirect.github.com/go-chi/chi/issues/1001">#1001</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/e235052c10146fb724439442fc9d9a23e19fe931"><code>e235052</code></a> Make use of strings.Cut (<a href="https://redirect.github.com/go-chi/chi/issues/1005">#1005</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/1be7ad938cc9c5b39a9dea01a5c518848928ab65"><code>1be7ad9</code></a> Merge commit from fork</li> <li><a href="https://github.com/go-chi/chi/commit/d7034fdfdaefd10f1bc1a7b813bc979f2eda3a36"><code>d7034fd</code></a> Exclude profiler when use tinygo (<a href="https://redirect.github.com/go-chi/chi/issues/982">#982</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/d04703412f631922c8dd1527c6500627174828c1"><code>d047034</code></a> support tinygo (<a href="https://redirect.github.com/go-chi/chi/issues/978">#978</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/fe2c065bc046056aecfa141022509a1e25bdd04b"><code>fe2c065</code></a> Fixed the typo (<a href="https://redirect.github.com/go-chi/chi/issues/958">#958</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/1aae5b2d2dc8f9e8ea1f68a7462693aaaa5f368c"><code>1aae5b2</code></a> chore: delint ioutil usage (<a href="https://redirect.github.com/go-chi/chi/issues/962">#962</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/c6225e35a4880a9a884c135b5f847a74e1e3a01e"><code>c6225e3</code></a> go 1.24 (<a href="https://redirect.github.com/go-chi/chi/issues/977">#977</a>)</li> <li><a href="https://github.com/go-chi/chi/commit/e846b8304c769c4f1a51c9de06bebfaa4576bd88"><code>e846b83</code></a> Apply fieldalignment fixes to optimize struct memory layout (<a href="https://redirect.github.com/go-chi/chi/issues/974">#974</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-chi/chi/compare/v5.0.12...v5.2.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/ethereum/go-ethereum` from 1.16.0 to 1.16.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ethereum/go-ethereum/releases">github.com/ethereum/go-ethereum's releases</a>.</em></p> <blockquote> <h2>Moisture Filters (v1.16.8)</h2> <p>This is a security fix release and is recommended for all users. It resolves two p2p vulnerabilities reported through the Ethereum Foundation bug bounty program.</p> <hr /> <p>As with all our previous releases, you can find the:</p> <ul> <li>Pre-built binaries for all platforms on our <a href="https://geth.ethereum.org/downloads/">downloads page</a>.</li> <li>Docker images published under <a href="https://hub.docker.com/r/ethereum/client-go"><code>ethereum/client-go</code></a> (use &quot;stable&quot; tag).</li> <li>Ubuntu packages in our <a href="https://launchpad.net/~ethereum/+archive/ubuntu/ethereum">Launchpad PPA repository</a>.</li> <li>macOS packages in our <a href="https://github.com/ethereum/homebrew-ethereum">Homebrew Tap repository</a>.</li> </ul> <h2>Ballistic Drift Stabilizer (v1.16.7)</h2> <!-- raw HTML omitted --> <p>This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.</p> <p><strong>This release enables the Fusaka hardfork on Ethereum mainnet</strong>.</p> <p>The Fusaka fork is scheduled to occur at <code>2025-12-03 21:49:11 UTC</code>. Please upgrade your node to v1.16.7 in time for the fork.</p> <p>This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.</p> <ul> <li>BPO1 on<code>2025-12-09</code></li> <li>BPO2 on <code>2026-01-07</code></li> </ul> <h3>Fusaka</h3> <ul> <li>Set mainnet timestamps for Osaka (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33063">#33063</a>)</li> <li>Enable Fusaka for <code>geth --dev</code> mode (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32917">#32917</a>)</li> </ul> <h3>RPC</h3> <ul> <li>Add <code>eth_sendRawTransactionSync</code> which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32830">#32830</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32930">#32930</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32929/">#32929</a>)</li> <li>Add support for <code>eth_simulateV1</code> in ethclient (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32856">#32856</a>)</li> <li>Fix for an issue that might crash <code>debug_traceCall</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33015">#33015</a>)</li> <li>Fix for an issuer where local transactions were not persisted to the journal (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32921">#32921</a>)</li> </ul> <h3>Core</h3> <ul> <li>Fix for a cryptographic <a href="https://redirect.github.com/ethereum/c-kzg-4844/pull/607">vulnerability in c-kzg-4844</a>. This is only exploitable post-Fusaka. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/33093">#33093</a>)</li> <li>Add <code>geth --genesis</code> flag as an alternative to running <code>geth init genesis.json</code> (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32844">#32844</a>)</li> <li>Fix for receipt insertion during ERA file import. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32934">#32934</a>)</li> <li>Work on getting the trie node history in order to serve historical <code>eth_getProof</code> request with the new path-based archive node. (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32907">#32907</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32914">#32914</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32937">#32937</a>)</li> <li>Further work on cmd/keeper, our guest program for zkVMs (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32816">#32816</a>)</li> <li>Various optimizations (<a href="https://redirect.github.com/ethereum/go-ethereum/pull/32971">#32971</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32916">#32916</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32965">#32965</a>, <a href="https://redirect.github.com/ethereum/go-ethereum/pull/32946">#32946</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ethereum/go-ethereum/commit/abeb78c647e354ed922726a1d719ac7bc64a07e2"><code>abeb78c</code></a> Merge branch 'dos-fixes' into release/1.16</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/ce43eb98de0a9ff62eef2af0c2f7cff862c9d421"><code>ce43eb9</code></a> version: release go-ethereum v1.16.8 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/638741b082bec27b94034d43af93269dad665606"><code>638741b</code></a> crypto/ecies: use aes blocksize</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/fdfd1235acc4239ef29107bcc16aa64cfdb39762"><code>fdfd123</code></a> core/txpool: drop peers on invalid KZG proofs</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/8ecb68623b76232c67d9bd67f1ffd89ba62a385e"><code>8ecb686</code></a> version: begin v1.16.8 release cycle</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/b9f3a3d964ed3d31e710ec7dd66da9181477ecb2"><code>b9f3a3d</code></a> Merge branch 'master' into release/1.16</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/07129d21c0fa0aa8b6f7426344cf9ec2f31bc427"><code>07129d2</code></a> version: release go-ethereum v1.16.7 stable</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/653f8d499473c99e2e8ada6d3adea6ec95e97a69"><code>653f8d4</code></a> go.mod: update to c-kzg v2.1.5 (<a href="https://redirect.github.com/ethereum/go-ethereum/issues/33093">#33093</a>)</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/5b77af394edd7d7384fbc7f112c8c183f86dcd4b"><code>5b77af3</code></a> version: begin v1.16.7 release cycle</li> <li><a href="https://github.com/ethereum/go-ethereum/commit/386c3de6c45f3e185279e6760a17f88fb98dc81a"><code>386c3de</code></a> Merge branch 'master' into release/1.16</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/go-ethereum/compare/v1.16.0...v1.16.8">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/supabase/auth/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 510e68b commit 07ff29c

2 files changed

Lines changed: 47 additions & 64 deletions

File tree

go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,20 @@ require (
2828
github.com/sirupsen/logrus v1.9.3
2929
github.com/spf13/cobra v1.8.1
3030
github.com/stretchr/testify v1.11.1
31-
golang.org/x/crypto v0.40.0
31+
golang.org/x/crypto v0.45.0
3232
golang.org/x/oauth2 v0.27.0
3333
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
3434
)
3535

3636
require (
37+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
3738
github.com/bits-and-blooms/bitset v1.20.0 // indirect
38-
github.com/consensys/gnark-crypto v0.18.0 // indirect
39-
github.com/crate-crypto/go-eth-kzg v1.3.0 // indirect
39+
github.com/consensys/gnark-crypto v0.18.1 // indirect
40+
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
4041
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
4142
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
4243
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
43-
github.com/ethereum/c-kzg-4844/v2 v2.1.0 // indirect
44+
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
4445
github.com/ethereum/go-verkle v0.2.2 // indirect
4546
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4647
github.com/getkin/kin-openapi v0.131.0 // indirect
@@ -66,14 +67,14 @@ require (
6667
github.com/perimeterx/marshmallow v1.1.5 // indirect
6768
github.com/segmentio/asm v1.2.0 // indirect
6869
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
69-
github.com/supranational/blst v0.3.14 // indirect
70+
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
7071
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
7172
github.com/x448/float16 v0.8.4 // indirect
7273
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
7374
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
7475
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
75-
golang.org/x/mod v0.26.0 // indirect
76-
golang.org/x/tools v0.35.0 // indirect
76+
golang.org/x/mod v0.29.0 // indirect
77+
golang.org/x/tools v0.38.0 // indirect
7778
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
7879
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
7980
)
@@ -99,7 +100,7 @@ require (
99100
github.com/crewjam/saml v0.4.14
100101
github.com/fatih/structs v1.1.0
101102
github.com/fsnotify/fsnotify v1.7.0
102-
github.com/go-chi/chi/v5 v5.0.12
103+
github.com/go-chi/chi/v5 v5.2.2
103104
github.com/go-webauthn/webauthn v0.11.1
104105
github.com/gobuffalo/pop/v6 v6.1.1
105106
github.com/golang-jwt/jwt/v5 v5.2.2
@@ -124,7 +125,7 @@ require (
124125
github.com/cespare/xxhash/v2 v2.3.0 // indirect
125126
github.com/crewjam/httperr v0.2.0 // indirect
126127
github.com/davecgh/go-spew v1.1.1 // indirect
127-
github.com/ethereum/go-ethereum v1.16.0
128+
github.com/ethereum/go-ethereum v1.16.8
128129
github.com/fatih/color v1.16.0 // indirect
129130
github.com/felixge/httpsnoop v1.0.4 // indirect
130131
github.com/go-logr/logr v1.4.3 // indirect
@@ -170,10 +171,10 @@ require (
170171
github.com/stretchr/objx v0.5.2 // indirect
171172
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
172173
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
173-
golang.org/x/net v0.42.0 // indirect
174-
golang.org/x/sync v0.16.0
174+
golang.org/x/net v0.47.0 // indirect
175+
golang.org/x/sync v0.18.0
175176
golang.org/x/sys v0.39.0
176-
golang.org/x/text v0.27.0
177+
golang.org/x/text v0.31.0
177178
golang.org/x/time v0.9.0
178179
google.golang.org/grpc v1.63.2 // indirect
179180
google.golang.org/protobuf v1.34.2 // indirect

0 commit comments

Comments
 (0)