Skip to content

Commit a502a41

Browse files
dependabot[bot]xavivars
authored andcommitted
build(deps): bump the all-go-mod-patch-and-minor group with 6 updates (zalando#3587)
Bumps the all-go-mod-patch-and-minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.11.0` | `9.12.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` | `0.41.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.42.0` | `0.43.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.33.0` | `0.34.0` | | google.golang.org/protobuf | `1.36.6` | `1.36.7` | Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/go-connections/commit/42faf792bde28c414a060127d6351769408a675f"><code>42faf79</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/138">#138</a> from thaJeztah/sockets_move_unix_options</li> <li><a href="https://github.com/docker/go-connections/commit/9ffab7e3fa034452a2f6b81509f49c7f22e9dc5e"><code>9ffab7e</code></a> sockets: make NewUnixSocket, WithChown, WithChmod unix-only</li> <li><a href="https://github.com/docker/go-connections/commit/6bb1d155460587c6eb5548ce350f5c03fcb3563f"><code>6bb1d15</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/135">#135</a> from thaJeztah/rename_test_files</li> <li><a href="https://github.com/docker/go-connections/commit/b6c843daa949fbbae3a5193c6c007f85de74d5d5"><code>b6c843d</code></a> sockets: rename files to be considered test files</li> <li><a href="https://github.com/docker/go-connections/commit/80898b6033e4983d38d62925db5292076af05c15"><code>80898b6</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/133">#133</a> from thaJeztah/deprecate_socket_dialpipe</li> <li><a href="https://github.com/docker/go-connections/commit/a4399e5c713c31c811393c819a35dbe95bb7b74b"><code>a4399e5</code></a> socket: deprecate DialPipe</li> <li><a href="https://github.com/docker/go-connections/commit/b071e04318669a6f5eeff43d4d85659f9d8cbb2a"><code>b071e04</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/128">#128</a> from thaJeztah/remove_old_cyphers</li> <li><a href="https://github.com/docker/go-connections/commit/578bfdec32637ef34a9c5c8a021f507dd9215825"><code>578bfde</code></a> Merge pull request <a href="https://redirect.github.com/docker/go-connections/issues/132">#132</a> from thaJeztah/optimize_ParsePortSpec</li> <li><a href="https://github.com/docker/go-connections/commit/deccd714a238eb4932687dd734aab7b1e0771495"><code>deccd71</code></a> tlsconfig: align client and server defaults, remove weak CBC ciphers</li> <li><a href="https://github.com/docker/go-connections/commit/30b91c802c92abaf1b4643c95006a0576998c2ae"><code>30b91c8</code></a> nat: ParsePortSpec: combine some conditions</li> <li>Additional commits viewable in <a href="https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/redis/go-redis/v9` from 9.11.0 to 9.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's releases</a>.</em></p> <blockquote> <h2>9.12.0</h2> <h2>🚀 Highlights</h2> <ul> <li>This release includes support for <a href="https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/">Redis 8.2</a>.</li> <li>Introduces an experimental Query Builders for <code>FTSearch</code>, <code>FTAggregate</code> and other search commands.</li> <li>Adds support for <code>EPSILON</code> option in <code>FT.VSIM</code>.</li> <li>Includes bug fixes and improvements contributed by the community related to ring and <a href="https://github.com/redis/go-redis/tree/master/extra/redisotel">redisotel</a>.</li> </ul> <h2>Changes</h2> <ul> <li>Improve stale issue workflow (<a href="https://redirect.github.com/redis/go-redis/pull/3458">#3458</a>)</li> <li>chore(ci): Add 8.2 rc2 pre build for CI (<a href="https://redirect.github.com/redis/go-redis/pull/3459">#3459</a>)</li> <li>Added new stream commands (<a href="https://redirect.github.com/redis/go-redis/pull/3450">#3450</a>)</li> <li>feat: Add &quot;skip_verify&quot; to Sentinel (<a href="https://redirect.github.com/redis/go-redis/pull/3428">#3428</a>)</li> <li>fix: <code>errors.Join</code> requires Go 1.20 or later (<a href="https://redirect.github.com/redis/go-redis/pull/3442">#3442</a>)</li> <li>DOC-4344 document quickstart examples (<a href="https://redirect.github.com/redis/go-redis/pull/3426">#3426</a>)</li> <li>feat(bitop): add support for the new bitop operations (<a href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>feat: recover addIdleConn may occur panic (<a href="https://redirect.github.com/redis/go-redis/pull/2445">#2445</a>)</li> <li>feat(ring): specify custom health check func via HeartbeatFn option (<a href="https://redirect.github.com/redis/go-redis/pull/2940">#2940</a>)</li> <li>Add Query Builder for RediSearch commands (<a href="https://redirect.github.com/redis/go-redis/pull/3436">#3436</a>)</li> <li>add configurable buffer sizes for Redis connections (<a href="https://redirect.github.com/redis/go-redis/pull/3453">#3453</a>)</li> <li>Add VAMANA vector type to RediSearch (<a href="https://redirect.github.com/redis/go-redis/pull/3449">#3449</a>)</li> <li>VSIM add <code>EPSILON</code> option (<a href="https://redirect.github.com/redis/go-redis/pull/3454">#3454</a>)</li> <li>Add closing support to otel metrics instrumentation (<a href="https://redirect.github.com/redis/go-redis/pull/3444">#3444</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(redisotel): fix buggy append in reportPoolStats (<a href="https://redirect.github.com/redis/go-redis/pull/3122">#3122</a>)</li> <li>fix(search): return results even if doc is empty (<a href="https://redirect.github.com/redis/go-redis/pull/3457">#3457</a>)</li> <li>[ISSUE-3402]: Ring.Pipelined return dial timeout error (<a href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Merges stale issues jobs into one job with two steps (<a href="https://redirect.github.com/redis/go-redis/pull/3463">#3463</a>)</li> <li>improve code readability (<a href="https://redirect.github.com/redis/go-redis/pull/3446">#3446</a>)</li> <li>chore(release): 9.12.0-beta.1 (<a href="https://redirect.github.com/redis/go-redis/pull/3460">#3460</a>)</li> <li>DOC-5472 time series doc examples (<a href="https://redirect.github.com/redis/go-redis/pull/3443">#3443</a>)</li> <li>Add VAMANA compression algorithm tests (<a href="https://redirect.github.com/redis/go-redis/pull/3461">#3461</a>)</li> <li>bumped redis 8.2 version used in the CI/CD (<a href="https://redirect.github.com/redis/go-redis/pull/3451">#3451</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a>, <a href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>, <a href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>, <a href="https://github.com/jouir"><code>@​jouir</code></a>, <a href="https://github.com/monkey92t"><code>@​monkey92t</code></a>, <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/rokn"><code>@​rokn</code></a>, <a href="https://github.com/smnvdev"><code>@​smnvdev</code></a>, <a href="https://github.com/strobil"><code>@​strobil</code></a> and <a href="https://github.com/wzy9607"><code>@​wzy9607</code></a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a> made their first contribution in <a href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a></li> <li><a href="https://github.com/smnvdev"><code>@​smnvdev</code></a> made their first contribution in <a href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md">github.com/redis/go-redis/v9's changelog</a>.</em></p> <blockquote> <h1>9.12.0 (2025-08-05)</h1> <h2>🚀 Highlights</h2> <ul> <li>This release includes support for <a href="https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/">Redis 8.2</a>.</li> <li>Introduces an experimental Query Builders for <code>FTSearch</code>, <code>FTAggregate</code> and other search commands.</li> <li>Adds support for <code>EPSILON</code> option in <code>FT.VSIM</code>.</li> <li>Includes bug fixes and improvements contributed by the community related to ring and <a href="https://github.com/redis/go-redis/tree/master/extra/redisotel">redisotel</a>.</li> </ul> <h2>Changes</h2> <ul> <li>Improve stale issue workflow (<a href="https://redirect.github.com/redis/go-redis/pull/3458">#3458</a>)</li> <li>chore(ci): Add 8.2 rc2 pre build for CI (<a href="https://redirect.github.com/redis/go-redis/pull/3459">#3459</a>)</li> <li>Added new stream commands (<a href="https://redirect.github.com/redis/go-redis/pull/3450">#3450</a>)</li> <li>feat: Add &quot;skip_verify&quot; to Sentinel (<a href="https://redirect.github.com/redis/go-redis/pull/3428">#3428</a>)</li> <li>fix: <code>errors.Join</code> requires Go 1.20 or later (<a href="https://redirect.github.com/redis/go-redis/pull/3442">#3442</a>)</li> <li>DOC-4344 document quickstart examples (<a href="https://redirect.github.com/redis/go-redis/pull/3426">#3426</a>)</li> <li>feat(bitop): add support for the new bitop operations (<a href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a>)</li> </ul> <h2>🚀 New Features</h2> <ul> <li>feat: recover addIdleConn may occur panic (<a href="https://redirect.github.com/redis/go-redis/pull/2445">#2445</a>)</li> <li>feat(ring): specify custom health check func via HeartbeatFn option (<a href="https://redirect.github.com/redis/go-redis/pull/2940">#2940</a>)</li> <li>Add Query Builder for RediSearch commands (<a href="https://redirect.github.com/redis/go-redis/pull/3436">#3436</a>)</li> <li>add configurable buffer sizes for Redis connections (<a href="https://redirect.github.com/redis/go-redis/pull/3453">#3453</a>)</li> <li>Add VAMANA vector type to RediSearch (<a href="https://redirect.github.com/redis/go-redis/pull/3449">#3449</a>)</li> <li>VSIM add <code>EPSILON</code> option (<a href="https://redirect.github.com/redis/go-redis/pull/3454">#3454</a>)</li> <li>Add closing support to otel metrics instrumentation (<a href="https://redirect.github.com/redis/go-redis/pull/3444">#3444</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(redisotel): fix buggy append in reportPoolStats (<a href="https://redirect.github.com/redis/go-redis/pull/3122">#3122</a>)</li> <li>fix(search): return results even if doc is empty (<a href="https://redirect.github.com/redis/go-redis/pull/3457">#3457</a>)</li> <li>[ISSUE-3402]: Ring.Pipelined return dial timeout error (<a href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>Merges stale issues jobs into one job with two steps (<a href="https://redirect.github.com/redis/go-redis/pull/3463">#3463</a>)</li> <li>improve code readability (<a href="https://redirect.github.com/redis/go-redis/pull/3446">#3446</a>)</li> <li>chore(release): 9.12.0-beta.1 (<a href="https://redirect.github.com/redis/go-redis/pull/3460">#3460</a>)</li> <li>DOC-5472 time series doc examples (<a href="https://redirect.github.com/redis/go-redis/pull/3443">#3443</a>)</li> <li>Add VAMANA compression algorithm tests (<a href="https://redirect.github.com/redis/go-redis/pull/3461">#3461</a>)</li> <li>bumped redis 8.2 version used in the CI/CD (<a href="https://redirect.github.com/redis/go-redis/pull/3451">#3451</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <p><a href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a>, <a href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>, <a href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>, <a href="https://github.com/jouir"><code>@​jouir</code></a>, <a href="https://github.com/monkey92t"><code>@​monkey92t</code></a>, <a href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, <a href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a href="https://github.com/rokn"><code>@​rokn</code></a>, <a href="https://github.com/smnvdev"><code>@​smnvdev</code></a>, <a href="https://github.com/strobil"><code>@​strobil</code></a> and <a href="https://github.com/wzy9607"><code>@​wzy9607</code></a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a> made their first contribution in <a href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/go-redis/commit/b7838dc4e72b25009e6de064ac2f20495944af39"><code>b7838dc</code></a> chore(release): 9.12.0 / redis 8.2 (<a href="https://redirect.github.com/redis/go-redis/issues/3464">#3464</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/6a48d3fec17274e59a9f5d401558693c1f6c5fb9"><code>6a48d3f</code></a> feat: recover addIdleConn may occur panic (<a href="https://redirect.github.com/redis/go-redis/issues/2445">#2445</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/4767d9dfaf5b3485973f0210b1ba03f7431ad533"><code>4767d9d</code></a> fix(redisotel): fix buggy append in reportPoolStats (<a href="https://redirect.github.com/redis/go-redis/issues/3122">#3122</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/7158a8dad4284f19ce9e531811275d37410d0623"><code>7158a8d</code></a> feat(ring): specify custom health check func via HeartbeatFn option (<a href="https://redirect.github.com/redis/go-redis/issues/2940">#2940</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/8d15d03d4e0de4ed108ba9eef9508bc74cf0f512"><code>8d15d03</code></a> chore(github): merges into one job with two steps (<a href="https://redirect.github.com/redis/go-redis/issues/3463">#3463</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/375fa5d083c9b146fbe709b7ea439e4696845bee"><code>375fa5d</code></a> chore(doc): improve code readability (<a href="https://redirect.github.com/redis/go-redis/issues/3446">#3446</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/f006e941d98b849e783cafc73cd14ae674f6eb8b"><code>f006e94</code></a> chore(release): 9.12.0-beta.1 (<a href="https://redirect.github.com/redis/go-redis/issues/3460">#3460</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/f93bfa1f36d2da7e4559edfafc46455ede970ac6"><code>f93bfa1</code></a> feat(search): Add Query Builder for RediSearch commands (<a href="https://redirect.github.com/redis/go-redis/issues/3436">#3436</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/421c8a48b4373f58297d0ecae9f201ff94cf8f0d"><code>421c8a4</code></a> chore(doc): DOC-5472 time series doc examples (<a href="https://redirect.github.com/redis/go-redis/issues/3443">#3443</a>)</li> <li><a href="https://github.com/redis/go-redis/commit/2ff9249846f71017662353445c6409f5d57bc495"><code>2ff9249</code></a> chore(tests): Add VAMANA compression algorithm tests (<a href="https://redirect.github.com/redis/go-redis/issues/3461">#3461</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis/go-redis/compare/v9.11.0...v9.12.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/ef5341b70697ceb55f904384bd982587224e8b0c"><code>ef5341b</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/b999374650442ee37e9bbd97d6a11ad7ed999b98"><code>b999374</code></a> acme: fix pebble subprocess output data race</li> <li><a href="https://github.com/golang/crypto/commit/c247dead11de7671a21a6c5169555e2aa5313caa"><code>c247dea</code></a> x509roots/fallback: store bundle certs directly in DER</li> <li><a href="https://github.com/golang/crypto/commit/1fda73153feef7b246f24005838c387e354e5e3b"><code>1fda731</code></a> acme: increase pebble test waitForServer attempts</li> <li><a href="https://github.com/golang/crypto/commit/1b4c3d2e8c8be172c6af8f2f72778e69e74d2e78"><code>1b4c3d2</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/b903b535d3ef82fab12a9cc0fa50fccc396ced55"><code>b903b53</code></a> acme: capture pebble test subprocess stdout/stderr</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.40.0...v0.41.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.42.0 to 0.43.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/e74bc31d69f225b635e065a602db3fbfa9850f93"><code>e74bc31</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/af6926ea18d0703b9f24713074bc7079cf50a744"><code>af6926e</code></a> http2: remove references to defunct http2.golang.org test server</li> <li>See full diff in <a href="https://github.com/golang/net/compare/v0.42.0...v0.43.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.33.0 to 0.34.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a"><code>a35244d</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348"><code>4f53e0c</code></a> term: allow multi-line bracketed paste to not create single line with verbati...</li> <li><a href="https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c"><code>27f29d8</code></a> term: remove duplicate flag and add comment on windows</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.33.0...v0.34.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae32bd4 commit a502a41

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/dgryski/go-mpchash v0.0.0-20200819201138-7382f34c4cd1
1717
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
1818
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598
19-
github.com/docker/go-connections v0.5.0
19+
github.com/docker/go-connections v0.6.0
2020
github.com/envoyproxy/go-control-plane/envoy v1.32.4
2121
github.com/ghodss/yaml v1.0.0
2222
github.com/golang-jwt/jwt/v4 v4.5.2
@@ -34,7 +34,7 @@ require (
3434
github.com/prometheus/client_golang v1.23.0
3535
github.com/prometheus/client_model v0.6.2
3636
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
37-
github.com/redis/go-redis/v9 v9.11.0
37+
github.com/redis/go-redis/v9 v9.12.0
3838
github.com/sarslanhan/cronmask v0.0.0-20230801193303-54e29300a091
3939
github.com/sirupsen/logrus v1.9.3
4040
github.com/sony/gobreaker v1.0.0
@@ -48,14 +48,14 @@ require (
4848
github.com/yookoala/gofast v0.8.0
4949
github.com/yuin/gopher-lua v1.1.1
5050
go4.org/netipx v0.0.0-20220925034521-797b0c90d8ab
51-
golang.org/x/crypto v0.40.0
51+
golang.org/x/crypto v0.41.0
5252
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
53-
golang.org/x/net v0.42.0
53+
golang.org/x/net v0.43.0
5454
golang.org/x/oauth2 v0.30.0
5555
golang.org/x/sync v0.16.0
56-
golang.org/x/term v0.33.0
56+
golang.org/x/term v0.34.0
5757
golang.org/x/time v0.12.0
58-
google.golang.org/protobuf v1.36.6
58+
google.golang.org/protobuf v1.36.7
5959
gopkg.in/go-jose/go-jose.v2 v2.6.3
6060
gopkg.in/yaml.v2 v2.4.0
6161
layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
@@ -172,8 +172,8 @@ require (
172172
go.uber.org/automaxprocs v1.6.0 // indirect
173173
go.yaml.in/yaml/v2 v2.4.2 // indirect
174174
golang.org/x/mod v0.26.0 // indirect
175-
golang.org/x/sys v0.34.0 // indirect
176-
golang.org/x/text v0.27.0 // indirect
175+
golang.org/x/sys v0.35.0 // indirect
176+
golang.org/x/text v0.28.0 // indirect
177177
golang.org/x/tools v0.35.0 // indirect
178178
gonum.org/v1/gonum v0.8.2 // indirect
179179
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect

go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr
117117
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
118118
github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=
119119
github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
120-
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
121-
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
120+
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
121+
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
122122
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
123123
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
124124
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
@@ -389,8 +389,8 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM
389389
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
390390
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM=
391391
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
392-
github.com/redis/go-redis/v9 v9.11.0 h1:E3S08Gl/nJNn5vkxd2i78wZxWAPNZgUNTp8WIJUAiIs=
393-
github.com/redis/go-redis/v9 v9.11.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw=
392+
github.com/redis/go-redis/v9 v9.12.0 h1:XlVPGlflh4nxfhsNXPA8Qp6EmEfTo0rp8oaBzPipXnU=
393+
github.com/redis/go-redis/v9 v9.12.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw=
394394
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
395395
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
396396
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
@@ -509,8 +509,8 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
509509
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
510510
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
511511
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
512-
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
513-
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
512+
golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
513+
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
514514
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
515515
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
516516
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
@@ -549,8 +549,8 @@ golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/
549549
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
550550
golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
551551
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
552-
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
553-
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
552+
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
553+
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
554554
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
555555
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
556556
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
@@ -595,15 +595,15 @@ golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1/go.mod h1:oPkhp1MJrh7nUepCBc
595595
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
596596
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
597597
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
598-
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
599-
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
600-
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
601-
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
598+
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
599+
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
600+
golang.org/x/term v0.34.0 h1:O/2T7POpk0ZZ7MAzMeWFSg6S5IpWd/RXDlM9hgM3DR4=
601+
golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw=
602602
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
603603
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
604604
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
605-
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
606-
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
605+
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
606+
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
607607
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
608608
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
609609
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -655,8 +655,8 @@ google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miE
655655
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
656656
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
657657
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
658-
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
659-
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
658+
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=
659+
google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
660660
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
661661
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
662662
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)