Skip to content

Commit 0ecf9cc

Browse files
Bump github.com/shirou/gopsutil/v4 from 4.24.11 to 4.24.12 (#1679)
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.24.11 to 4.24.12. <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.24.12</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>cpu</h3> <ul> <li>enable all rules of perfsprint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1762">shirou/gopsutil#1762</a></li> <li>refactor(darwin): optimize string allocation by <a href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1768">shirou/gopsutil#1768</a></li> </ul> <h3>mem</h3> <ul> <li>enable testifylint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1743">shirou/gopsutil#1743</a></li> </ul> <h3>net</h3> <ul> <li>[openbsd] set ConnectionsPid to return NotImplemented by <a href="https://github.com/tuftedocelot"><code>@​tuftedocelot</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li> <li>Refactor: merge base functions to net.go by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1764">shirou/gopsutil#1764</a></li> </ul> <h3>process</h3> <ul> <li>fix[posix,windows]: release process after os.FindProcess() by <a href="https://github.com/NitroCao"><code>@​NitroCao</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li> <li>enable all rules of testifylint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1761">shirou/gopsutil#1761</a></li> <li>[freebsd]: add CWD by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1765">shirou/gopsutil#1765</a></li> </ul> <h3>sensors</h3> <ul> <li>fix[darwin]: memory leak and string corruption in ARM Mac temperature sensors by <a href="https://github.com/chuangbo"><code>@​chuangbo</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li> </ul> <h3>Other Changes</h3> <ul> <li>fix[github]: deprecate macos-12, add macos-15 by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1760">shirou/gopsutil#1760</a></li> <li>[doc]: Update README for supported metrics. by <a href="https://github.com/shirou"><code>@​shirou</code></a> in <a href="https://redirect.github.com/shirou/gopsutil/pull/1766">shirou/gopsutil#1766</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/NitroCao"><code>@​NitroCao</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1716">shirou/gopsutil#1716</a></li> <li><a href="https://github.com/tuftedocelot"><code>@​tuftedocelot</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1757">shirou/gopsutil#1757</a></li> <li><a href="https://github.com/chuangbo"><code>@​chuangbo</code></a> made their first contribution in <a href="https://redirect.github.com/shirou/gopsutil/pull/1767">shirou/gopsutil#1767</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shirou/gopsutil/commit/252dcbf8a2ec3f9d5c63e1f1255cce87e7dd441c"><code>252dcbf</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1768">#1768</a> from uubulb/darwin</li> <li><a href="https://github.com/shirou/gopsutil/commit/1f39525d2d27d2a01f40bfe6551363ef8f582352"><code>1f39525</code></a> refactor(darwin): optimize string allocation</li> <li><a href="https://github.com/shirou/gopsutil/commit/bcd0c0a661569e3aea04973f28e5b6cb922ce897"><code>bcd0c0a</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1767">#1767</a> from chuangbo/fix/memory-leak-and-string-corruption-...</li> <li><a href="https://github.com/shirou/gopsutil/commit/19082b35aed83fc1d7de0f6acac35a98684b25c6"><code>19082b3</code></a> fix: memory leak and string corruption in ARM Mac temperature sensors</li> <li><a href="https://github.com/shirou/gopsutil/commit/b8e1b282bae6521ef7e26e6541711c7c393f1485"><code>b8e1b28</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1766">#1766</a> from shirou/feat/update_readme</li> <li><a href="https://github.com/shirou/gopsutil/commit/b9890b1fbcbb2a50ffea4241003da6b90c2cd240"><code>b9890b1</code></a> [doc]: Update README for supported metrics.</li> <li><a href="https://github.com/shirou/gopsutil/commit/90efec0764aafcff0f313cf494f8511b7f377201"><code>90efec0</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1765">#1765</a> from shirou/feat/process_cwd_freebsd</li> <li><a href="https://github.com/shirou/gopsutil/commit/a284e309300beb30f4aea9a82e3b41773a8a95d7"><code>a284e30</code></a> [process][freebsd]: add CWD</li> <li><a href="https://github.com/shirou/gopsutil/commit/ab66f2d0e1be241d25f2ebe7c2cc1875fdb52270"><code>ab66f2d</code></a> Merge pull request <a href="https://redirect.github.com/shirou/gopsutil/issues/1764">#1764</a> from shirou/refactor/net_merge_base_functions</li> <li><a href="https://github.com/shirou/gopsutil/commit/69c2c10b0f418d2aa6302da6a38f0f853421bd53"><code>69c2c10</code></a> feat: enable build test on OpenBSD.</li> <li>Additional commits viewable in <a href="https://github.com/shirou/gopsutil/compare/v4.24.11...v4.24.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.11&new-version=4.24.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a219ea5 commit 0ecf9cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/mitchellh/mapstructure v1.5.0
2020
github.com/sashabaranov/go-openai v1.36.1
2121
github.com/sawka/txwrap v0.2.0
22-
github.com/shirou/gopsutil/v4 v4.24.11
22+
github.com/shirou/gopsutil/v4 v4.24.12
2323
github.com/skeema/knownhosts v1.3.0
2424
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2525
github.com/spf13/cobra v1.8.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ github.com/sashabaranov/go-openai v1.36.1 h1:EVfRXwIlW2rUzpx6vR+aeIKCK/xylSrVYAx
8787
github.com/sashabaranov/go-openai v1.36.1/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
8888
github.com/sawka/txwrap v0.2.0 h1:V3LfvKVLULxcYSxdMguLwFyQFMEU9nFDJopg0ZkL+94=
8989
github.com/sawka/txwrap v0.2.0/go.mod h1:wwQ2SQiN4U+6DU/iVPhbvr7OzXAtgZlQCIGuvOswEfA=
90-
github.com/shirou/gopsutil/v4 v4.24.11 h1:WaU9xqGFKvFfsUv94SXcUPD7rCkU0vr/asVdQOBZNj8=
91-
github.com/shirou/gopsutil/v4 v4.24.11/go.mod h1:s4D/wg+ag4rG0WO7AiTj2BeYCRhym0vM7DHbZRxnIT8=
90+
github.com/shirou/gopsutil/v4 v4.24.12 h1:qvePBOk20e0IKA1QXrIIU+jmk+zEiYVVx06WjBRlZo4=
91+
github.com/shirou/gopsutil/v4 v4.24.12/go.mod h1:DCtMPAad2XceTeIAbGyVfycbYQNBGk2P8cvDi7/VN9o=
9292
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
9393
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
9494
github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
@@ -103,8 +103,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
103103
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
104104
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
105105
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
106-
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
107-
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
106+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
107+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
108108
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
109109
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
110110
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=

0 commit comments

Comments
 (0)