Commit a502a41
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 "skip_verify" 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 "skip_verify" 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
| 175 | + | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
513 | | - | |
| 512 | + | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
553 | | - | |
| 552 | + | |
| 553 | + | |
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
605 | | - | |
606 | | - | |
| 605 | + | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
| 658 | + | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| |||
0 commit comments