Commit a753feb
authored
build(deps): bump the go-dev-dependencies group with 4 updates (#294)
Bumps the go-dev-dependencies group with 4 updates:
[github.com/gin-gonic/gin](https://github.com/gin-gonic/gin),
[github.com/ebitengine/purego](https://github.com/ebitengine/purego),
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) and
[golang.org/x/net](https://github.com/golang/net).
Updates `github.com/gin-gonic/gin` from 1.11.0 to 1.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gin-gonic/gin/releases">github.com/gin-gonic/gin's
releases</a>.</em></p>
<blockquote>
<h2>v1.12.0</h2>
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>192ac89eefc1c30f7c97ae48a9ffb1c6f1c8c8bc: feat(binding): add support
for encoding.UnmarshalText in uri/query binding (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4203">#4203</a>)
(<a
href="https://github.com/takanuva15"><code>@takanuva15</code></a>)</li>
<li>53410d2e07054369e0960fbe2eed97e1b9966f12: feat(context): add
GetError and GetErrorSlice methods for error retrieval (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4502">#4502</a>)
(<a
href="https://github.com/raju-mechatronics"><code>@raju-mechatronics</code></a>)</li>
<li>acc55e049e33b401e810dbd8c0d6dcb6b3ba2b05: feat(context): add
Protocol Buffers support to content negotiation (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4423">#4423</a>)
(<a
href="https://github.com/1911860538"><code>@1911860538</code></a>)</li>
<li>38e765119241d990705169bedb5002a29ae0cbd1: feat(context): implemented
Delete method (<a
href="https://github.com/Spyder01"><code>@Spyder01</code></a>)</li>
<li>771dcc6476d7bc6abb9ec0235ecefa4d38fe6fb0: feat(gin): add option to
use escaped path (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4420">#4420</a>)
(<a href="https://github.com/ldesauw"><code>@ldesauw</code></a>)</li>
<li>4dec17afdff48e8018c83618fbbe69fceeb2b41d: feat(logger): color
latency (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4146">#4146</a>)
(<a href="https://github.com/wsyqn6"><code>@wsyqn6</code></a>)</li>
<li>d7776de7d444935ea4385999711bd6331a98fecb: feat(render): add bson
protocol (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4145">#4145</a>)
(<a
href="https://github.com/laurentcau"><code>@laurentcau</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>b917b14ff9d189f16a7492be79d123a47806ee19: fix(binding): empty value
error (<a
href="https://redirect.github.com/gin-gonic/gin/issues/2169">#2169</a>)
(<a
href="https://github.com/guonaihong"><code>@guonaihong</code></a>)</li>
<li>c3d1092b3b48addf6f9cd00fe274ec3bd14650eb: fix(binding): improve
empty slice/array handling in form binding (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4380">#4380</a>)
(<a
href="https://github.com/1911860538"><code>@1911860538</code></a>)</li>
<li>9914178584e42458ff7d23891463a880f58c9d86: fix(context): ClientIP
handling for multiple X-Forwarded-For header values (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4472">#4472</a>)
(<a href="https://github.com/Nurysso"><code>@Nurysso</code></a>)</li>
<li>2a794cd0b0faa7d829291375b27a3467ea972b0d: fix(debug): version
mismatch (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4403">#4403</a>)
(<a href="https://github.com/zeek0x"><code>@zeek0x</code></a>)</li>
<li>c3d5a28ed6d3849da820195b6774d212bcc038a9: fix(gin): close os.File in
RunFd to prevent resource leak (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4422">#4422</a>)
(<a
href="https://github.com/1911860538"><code>@1911860538</code></a>)</li>
<li>5fad976b372e381312f8de69f0969f1284d229d3: fix(gin): literal colon
routes not working with engine.Handler() (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4415">#4415</a>)
(<a href="https://github.com/pawannn"><code>@pawannn</code></a>)</li>
<li>63dd3e60cab89c27fb66bce1423bd268d52abad1: fix(recover): suppress
http.ErrAbortHandler in recover (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4336">#4336</a>)
(<a
href="https://github.com/MondayCha"><code>@MondayCha</code></a>)</li>
<li>5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a: fix(render): write content
length in Data.Render (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4206">#4206</a>)
(<a
href="https://github.com/dengaleev"><code>@dengaleev</code></a>)</li>
<li>234a6d4c00cb77af9852aca0b8289745d5529b4b: fix(response): refine
hijack behavior for response lifecycle (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4373">#4373</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>472d086af2acd924cb4b9d7be0525f7d790f69bc: fix(tree): panic in
findCaseInsensitivePathRec with RedirectFixedPath (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4535">#4535</a>)
(<a href="https://github.com/veeceey"><code>@veeceey</code></a>)</li>
<li>8e07d37c63e5536eb25f4af4c91eabeee4011fba: fix: Correct typos,
improve documentation clarity, and remove dead code (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4511">#4511</a>)
(<a href="https://github.com/mahanadh"><code>@mahanadh</code></a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>ba093d19477b896ac89a7fc3246af23d290b8e26: chore(binding): upgrade
bson dependency to mongo-driver v2 (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4549">#4549</a>)
(<a href="https://github.com/BobDu"><code>@BobDu</code></a>)</li>
<li>b2b489dbf4826c2c630717a77fd5e42774625410: chore(context): always
trust xff headers from unix socket (<a
href="https://redirect.github.com/gin-gonic/gin/issues/3359">#3359</a>)
(<a
href="https://github.com/WeidiDeng"><code>@WeidiDeng</code></a>)</li>
<li>ecb3f7b5e2f3915bf1db240ed5eee572f8dbea36: chore(deps): upgrade
golang.org/x/crypto to v0.45.0 (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4449">#4449</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>af6e8b70b8261bb0c99ad094fe552ab92991620a: chore(deps): upgrade
quic-go to v0.57.1 (<a
href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>db309081bc5c137b2aa15701ef53f7f19788da25: chore(logger): allow
skipping query string output (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4547">#4547</a>)
(<a
href="https://github.com/USA-RedDragon"><code>@USA-RedDragon</code></a>)</li>
<li>26c3a628655cad2388380cb8102d6ce7d4875f3b: chore(response): prevent
Flush() panic when <code>http.Flusher</code> (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4479">#4479</a>)
(<a href="https://github.com/Twacqwq"><code>@Twacqwq</code></a>)</li>
<li>5dd833f1f26de0eb30eae47b17e05ced2482dc41: chore: bump minimum Go
version to 1.24 and update workflows (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4388">#4388</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
</ul>
<h3>Refactor</h3>
<ul>
<li>39858a0859c914bd26948fa950477e11bd8d3823: refactor(binding): use
maps.Copy for cleaner map handling (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4352">#4352</a>)
(<a href="https://github.com/russcoss"><code>@russcoss</code></a>)</li>
<li>c0048f645ee945c4db30593afdea10123e2c30a6: refactor(context): omit
the return value names (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4395">#4395</a>)
(<a
href="https://github.com/wanghaolong613"><code>@wanghaolong613</code></a>)</li>
<li>915e4c90d28ec4cffc6eb146e208ab5a65eac772: refactor(context): replace
hardcoded localhost IPs with constants (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4481">#4481</a>)
(<a
href="https://github.com/pauloappbr"><code>@pauloappbr</code></a>)</li>
<li>414de60574449457f3192a7a1d5528940db2836d: refactor(context): using
maps.Clone (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4333">#4333</a>)
(<a
href="https://github.com/cuiweixie"><code>@cuiweixie</code></a>)</li>
<li>59e9d4a794f12c4f9a6c7bed441b9644e5f6d99b: refactor(ginS): use
sync.OnceValue to simplify engine function (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4314">#4314</a>)
(<a
href="https://github.com/1911860538"><code>@1911860538</code></a>)</li>
<li>3ab698dc5110af1977d57226e4995c57dd34c233: refactor(recovery): smart
error comparison (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4142">#4142</a>)
(<a href="https://github.com/zeek0x"><code>@zeek0x</code></a>)</li>
<li>d1a15347b1e45a8ee816193d3578a93bfd73b70f: refactor(utils): move util
functions to utils.go (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4467">#4467</a>)
(<a href="https://github.com/zeek0x"><code>@zeek0x</code></a>)</li>
<li>e3118cc378d263454098924ebbde7e8d1dd2e904: refactor: for loop can be
modernized using range over int (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4392">#4392</a>)
(<a
href="https://github.com/wanghaolong613"><code>@wanghaolong613</code></a>)</li>
<li>488f8c3ffa579a8d19beb2bae95ff8ef36b3d53f: refactor: replace magic
numbers with named constants in bodyAllowedForStatus (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4529">#4529</a>)
(<a href="https://github.com/veeceey"><code>@veeceey</code></a>)</li>
<li>9968c4bf9d5a99edc3eee2c068a4c9160ece8915: refactor: use b.Loop() to
simplify the code and improve performance (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4389">#4389</a>)
(<a
href="https://github.com/reddaisyy"><code>@reddaisyy</code></a>)</li>
<li>a85ef5ce4d0cda8834c59c855068ed48b51192d1: refactor: use b.Loop() to
simplify the code and improve performance (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4432">#4432</a>)
(<a href="https://github.com/efcking"><code>@efcking</code></a>)</li>
</ul>
<h3>Build process updates</h3>
<ul>
<li>61b67de522a189b568aced4c5c16917c558e3387: ci(bot): increase
frequency and group updates for dependencies (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4367">#4367</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>fb27ef26c2fdfe25344b4c039d8a53551f9e912c: ci(lint): refactor test
assertions and linter configuration (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4436">#4436</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>93ff771e6dbf10e432864b30f3719ac5c84a4d4a: ci(sec): improve type
safety and server organization in HTTP middleware (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4437">#4437</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>e88fc8927a52b74f55bec0351604a56ac0aa1c51: ci(sec): schedule Trivy
security scans to run daily at midnight UTC (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4439">#4439</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>5e5ff3ace496a31b138b0820136a146bfb5de0ef: ci: replace vulnerability
scanning workflow with Trivy integration (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4421">#4421</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>00900fb3e1ea9dde33985a0e4f6afec793d5e786: ci: update CI workflows
and standardize Trivy config quotes (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4531">#4531</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
<li>ae3f524974fc4f55d18c9e7fae4614503c015226: ci: update Go version
support to 1.25+ across CI and docs (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4550">#4550</a>)
(<a href="https://github.com/appleboy"><code>@appleboy</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md">github.com/gin-gonic/gin's
changelog</a>.</em></p>
<blockquote>
<h2>Gin v1.12.0</h2>
<h3>Features</h3>
<ul>
<li>feat(render): add bson protocol (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4145">#4145</a>)</li>
<li>feat(context): add GetError and GetErrorSlice methods for error
retrieval (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4502">#4502</a>)</li>
<li>feat(binding): add support for encoding.UnmarshalText in uri/query
binding (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4203">#4203</a>)</li>
<li>feat(gin): add option to use escaped path (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4420">#4420</a>)</li>
<li>feat(context): add Protocol Buffers support to content negotiation
(<a
href="https://redirect.github.com/gin-gonic/gin/pull/4423">#4423</a>)</li>
<li>feat(context): implemented Delete method (<a
href="https://github.com/gin-gonic/gin/commit/38e7651">#38e7651</a>)</li>
<li>feat(logger): color latency (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4146">#4146</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>perf(tree): reduce allocations in findCaseInsensitivePath (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4417">#4417</a>)</li>
<li>perf(recovery): optimize line reading in stack function (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4466">#4466</a>)</li>
<li>perf(path): replace regex with custom functions in
redirectTrailingSlash (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4414">#4414</a>)</li>
<li>perf(tree): optimize path parsing using strings.Count (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4246">#4246</a>)</li>
<li>chore(logger): allow skipping query string output (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4547">#4547</a>)</li>
<li>chore(context): always trust xff headers from unix socket (<a
href="https://redirect.github.com/gin-gonic/gin/pull/3359">#3359</a>)</li>
<li>chore(response): prevent Flush() panic when the underlying
ResponseWriter does not implement <code>http.Flusher</code> (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4479">#4479</a>)</li>
<li>refactor(recovery): smart error comparison (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4142">#4142</a>)</li>
<li>refactor(context): replace hardcoded localhost IPs with constants
(<a
href="https://redirect.github.com/gin-gonic/gin/pull/4481">#4481</a>)</li>
<li>refactor(utils): move util functions to utils.go (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4467">#4467</a>)</li>
<li>refactor(binding): use maps.Copy for cleaner map handling (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4352">#4352</a>)</li>
<li>refactor(context): using maps.Clone (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4333">#4333</a>)</li>
<li>refactor(ginS): use sync.OnceValue to simplify engine function (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4314">#4314</a>)</li>
<li>refactor: replace magic numbers with named constants in
bodyAllowedForStatus (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4529">#4529</a>)</li>
<li>refactor: for loop can be modernized using range over int (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4392">#4392</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>fix(tree): panic in findCaseInsensitivePathRec with
RedirectFixedPath (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4535">#4535</a>)</li>
<li>fix(render): write content length in Data.Render (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4206">#4206</a>)</li>
<li>fix(context): ClientIP handling for multiple X-Forwarded-For header
values (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4472">#4472</a>)</li>
<li>fix(binding): empty value error (<a
href="https://redirect.github.com/gin-gonic/gin/pull/2169">#2169</a>)</li>
<li>fix(recover): suppress http.ErrAbortHandler in recover (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4336">#4336</a>)</li>
<li>fix(gin): literal colon routes not working with engine.Handler() (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4415">#4415</a>)</li>
<li>fix(gin): close os.File in RunFd to prevent resource leak (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4422">#4422</a>)</li>
<li>fix(response): refine hijack behavior for response lifecycle (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4373">#4373</a>)</li>
<li>fix(binding): improve empty slice/array handling in form binding (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4380">#4380</a>)</li>
<li>fix(debug): version mismatch (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4403">#4403</a>)</li>
<li>fix: correct typos, improve documentation clarity, and remove dead
code (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4511">#4511</a>)</li>
</ul>
<h3>Build process updates / CI</h3>
<ul>
<li>ci: update Go version support to 1.25+ across CI and docs (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4550">#4550</a>)</li>
<li>chore(binding): upgrade bson dependency to mongo-driver v2 (<a
href="https://redirect.github.com/gin-gonic/gin/pull/4549">#4549</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gin-gonic/gin/commit/73726dc606796a025971fe451f0aa6f1b9b847f6"><code>73726dc</code></a>
docs: update documentation to reflect Go version changes (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4552">#4552</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/e292e5caa777bce70b66fe08c94cbe9cef3e2ec9"><code>e292e5c</code></a>
docs: document and finalize Gin v1.12.0 release (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4551">#4551</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/ae3f524974fc4f55d18c9e7fae4614503c015226"><code>ae3f524</code></a>
ci: update Go version support to 1.25+ across CI and docs (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4550">#4550</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/38534e2bf98a06e1f62d6b24384e90b5f78699bf"><code>38534e2</code></a>
chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4548">#4548</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/472d086af2acd924cb4b9d7be0525f7d790f69bc"><code>472d086</code></a>
fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath
(<a
href="https://redirect.github.com/gin-gonic/gin/issues/4535">#4535</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/fb2583442c4d9bccb75e6d26f1aa6e7c01950db6"><code>fb25834</code></a>
test(context): use http.StatusContinue constant instead of magic number
100 (...</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/6f1d5fe3cdb171a08928c3c9dd3fbcfc9ee1b521"><code>6f1d5fe</code></a>
test(render): add comprehensive error handling tests (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4541">#4541</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/5c00df8afadd06cc5be530dde00fe6d9fa4a2e4a"><code>5c00df8</code></a>
fix(render): write content length in Data.Render (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4206">#4206</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/db309081bc5c137b2aa15701ef53f7f19788da25"><code>db30908</code></a>
chore(logger): allow skipping query string output (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4547">#4547</a>)</li>
<li><a
href="https://github.com/gin-gonic/gin/commit/ba093d19477b896ac89a7fc3246af23d290b8e26"><code>ba093d1</code></a>
chore(binding): upgrade bson dependency to mongo-driver v2 (<a
href="https://redirect.github.com/gin-gonic/gin/issues/4549">#4549</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/gin-gonic/gin/compare/v1.11.0...v1.12.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/ebitengine/purego` from 0.9.1 to 0.10.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ebitengine/purego/releases">github.com/ebitengine/purego's
releases</a>.</em></p>
<blockquote>
<h2>v0.10.0</h2>
<ul>
<li>Add supported platforms (<code>linux/386</code>,
<code>linux/arm</code>, <code>linux/ppc64le</code>,
<code>linux/riscv64</code>, and <code>linux/s390x</code>)</li>
<li>Support structs on Linux (<a
href="https://redirect.github.com/ebitengine/purego/issues/236">#236</a>)</li>
<li>Fix some bugs</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ebitengine/purego/commit/bb9b1f4a53d96a474537a6f1a25bf304b95450a7"><code>bb9b1f4</code></a>
all: v0.10.0 released</li>
<li><a
href="https://github.com/ebitengine/purego/commit/585a4c527464bb6ef91b22aef08d55219c8fab09"><code>585a4c5</code></a>
purego: add support for s390x (<a
href="https://redirect.github.com/ebitengine/purego/issues/413">#413</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/d685103625c14fdd0b62bcca1e6c159841954c7b"><code>d685103</code></a>
.github/workflows: reduce CI time for minor architectures (<a
href="https://redirect.github.com/ebitengine/purego/issues/417">#417</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/d8dcb88add90fa48b3fe17d8f9c861514a9b8f77"><code>d8dcb88</code></a>
return errno value on darwin amd64/arm64 (<a
href="https://redirect.github.com/ebitengine/purego/issues/416">#416</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/587d406ac1040091708bfe62303d3271b85379a0"><code>587d406</code></a>
.github/workflows: test against 1.26 and update patch versions (<a
href="https://redirect.github.com/ebitengine/purego/issues/414">#414</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/1a5155f4f6ffe0cd9807167734bc7d1684de32d2"><code>1a5155f</code></a>
purego: extend struct argument support to Linux amd64/arm64 (<a
href="https://redirect.github.com/ebitengine/purego/issues/361">#361</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/071d22a94b4bc442118b3b0927274dd5ae4d7551"><code>071d22a</code></a>
purego: add support for ppc64le (<a
href="https://redirect.github.com/ebitengine/purego/issues/408">#408</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/e8ef6168d7ba56ece5f650aff93c62aba9c4f719"><code>e8ef616</code></a>
.github/workflows: Update Go version to 1.26.0-rc.3 (<a
href="https://redirect.github.com/ebitengine/purego/issues/409">#409</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/2fe737a44c710ca5665742a00102cf612fa88f24"><code>2fe737a</code></a>
purego: add benchmarks for calling methods (<a
href="https://redirect.github.com/ebitengine/purego/issues/363">#363</a>)</li>
<li><a
href="https://github.com/ebitengine/purego/commit/49bede11a66085d4400e4a257e4c77c9604c791a"><code>49bede1</code></a>
purego: add support for linux/386 (<a
href="https://redirect.github.com/ebitengine/purego/issues/403">#403</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ebitengine/purego/compare/v0.9.1...v0.10.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/shirou/gopsutil/v4` from 4.26.1 to 4.26.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.26.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>disk</h3>
<ul>
<li>[disk][linux]: fix Device set to "none" for virtual
filesystems by <a
href="https://github.com/skartikey"><code>@skartikey</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/2002">shirou/gopsutil#2002</a></li>
<li>fix(disk): skip drives returning ERROR_INVALID_FUNCTION or
ERROR_NOT_SUPPORTED in IOCounters on Windows by <a
href="https://github.com/jose-manuel-almaza"><code>@jose-manuel-almaza</code></a>
in <a
href="https://redirect.github.com/shirou/gopsutil/pull/2003">shirou/gopsutil#2003</a></li>
<li>[linux][disk]: fix disk mountinfo parsing bug by <a
href="https://github.com/shirou"><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/2007">shirou/gopsutil#2007</a></li>
</ul>
<h3>host</h3>
<ul>
<li>refactor: move timeSince and timeSinceMillis to common package by <a
href="https://github.com/Dylan-M"><code>@Dylan-M</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1998">shirou/gopsutil#1998</a></li>
</ul>
<h3>process</h3>
<ul>
<li>[common][process]: fix gosec lint by <a
href="https://github.com/shirou"><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/2006">shirou/gopsutil#2006</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>[doc]: Update 'golang' to 'Go' for consistency by <a
href="https://github.com/alexandear"><code>@alexandear</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1993">shirou/gopsutil#1993</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/alexandear"><code>@alexandear</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1993">shirou/gopsutil#1993</a></li>
<li><a
href="https://github.com/jose-manuel-almaza"><code>@jose-manuel-almaza</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/2003">shirou/gopsutil#2003</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.26.1...v4.26.2">https://github.com/shirou/gopsutil/compare/v4.26.1...v4.26.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/33fab7d6086dee35b566e8a36e0f21f2a68d0063"><code>33fab7d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2009">#2009</a>
from shirou/dependabot/github_actions/actions/setup-...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/6320f9ee4b6a0d21196a2fcade84cdbc98494248"><code>6320f9e</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2007">#2007</a>
from shirou/fix/fix_disk_mountinfo_parsing_bugs</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a69a8e2112b510d23db0b39133d06b2c26e3cd05"><code>a69a8e2</code></a>
chore(deps): bump actions/setup-go from 6.2.0 to 6.3.0</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/6a6e2157d2753fb578fcadd3f49c2cb1dc4ff401"><code>6a6e215</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2008">#2008</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/e1404507265baa18a4134ffd13283e39a29addc2"><code>e140450</code></a>
chore(deps): bump github.com/ebitengine/purego from 0.9.1 to 0.10.0</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/2ef7eb78356fd700ca4437df4126176dcaa347eb"><code>2ef7eb7</code></a>
[linux][disk]: fix disk mountinfo parsing bug</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/962bfd89f4a8ff3540817e7fbfed3274719d5976"><code>962bfd8</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2000">#2000</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/8de66e7a4f47567d2f453a1b4e9816a072f582de"><code>8de66e7</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2006">#2006</a>
from shirou/fix/fix_gosec_lint</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/a92742331b7663a474ed041e0cffeb6040a0b1c2"><code>a927423</code></a>
fix: ignore s390x golangci-lint due to becoming always fail</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/4e9a8de42715f9b06ceec8669847d4c49fd755a1"><code>4e9a8de</code></a>
[common][process]: fix gosec lint</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.26.1...v4.26.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `golang.org/x/net` from 0.50.0 to 0.51.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/60b3f6f8ce12def82ae597aebe9031753198f74d"><code>60b3f6f</code></a>
internal/http3: prevent Server handler from writing longer body than
declared</li>
<li><a
href="https://github.com/golang/net/commit/b0ca4561757b944abd31a55aa4dccec65dae1847"><code>b0ca456</code></a>
internal/http3: fix Write in Server Handler returning the wrong
value</li>
<li><a
href="https://github.com/golang/net/commit/1558ba78062172d9d1f7854c522b74ae29b35c20"><code>1558ba7</code></a>
publicsuffix: update to 2026-02-06</li>
<li><a
href="https://github.com/golang/net/commit/4e1c745a707af4b9a56e5ae2a6805a99df5da1a6"><code>4e1c745</code></a>
internal/http3: make Server response include headers that can be
inferred</li>
<li><a
href="https://github.com/golang/net/commit/19f580fd686a6bb31d4af15febe789827169bc26"><code>19f580f</code></a>
http2: fix nil panic in typeFrameParser for unassigned frame types</li>
<li><a
href="https://github.com/golang/net/commit/818aad7ad4e47b7f3a6b94e4145edb6001460ea2"><code>818aad7</code></a>
internal/http3: add server to client trailer header support</li>
<li><a
href="https://github.com/golang/net/commit/c1bbe1a459794139a79887003b1231d55cf90af7"><code>c1bbe1a</code></a>
internal/http3: add client to server trailer header support</li>
<li><a
href="https://github.com/golang/net/commit/29181b8c03a8e33d784696b8cf368d3d7b576a9e"><code>29181b8</code></a>
all: remove go1.25 and older build constraints</li>
<li><a
href="https://github.com/golang/net/commit/81093053d19331b32808127ca215008e61e79b56"><code>8109305</code></a>
all: upgrade go directive to at least 1.25.0 [generated]</li>
<li><a
href="https://github.com/golang/net/commit/0b37bdfdf0ade471acecbe8410069a34bf3d8fce"><code>0b37bdf</code></a>
quic: don't run TestStreamsCreateConcurrency in synctest bubble</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/net/compare/v0.50.0...v0.51.0">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 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>2 files changed
+16
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
307 | 309 | | |
308 | 310 | | |
309 | 311 | | |
| |||
338 | 340 | | |
339 | 341 | | |
340 | 342 | | |
341 | | - | |
342 | | - | |
| 343 | + | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
0 commit comments