Skip to content

Commit

Permalink
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 (#954)
Browse files Browse the repository at this point in the history
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.8 to 4.24.9.
<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.9</h2>
<!-- raw HTML omitted -->
<h2>Important Change</h2>
<p>Since <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702">#1702</a>,
the Darwin implementation has been switched from cgo to <a
href="https://github.com/ebitengine/purego">purego</a> (Great
contribution from <a
href="https://github.com/uubulb"><code>@​uubulb</code></a>). As a
result, cgo has been removed from the Darwin implementation, making
cross-compilation easier. We believe this change will not have any
impact, but if you encounter any issues, please create an issue.</p>
<h2>What's Changed</h2>
<h3>cpu, mem, sensors, disk, process on darwin</h3>
<ul>
<li>feat(cpu, mem, sensors, disk, process)(darwin): cgo-free
implementations by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1702">shirou/gopsutil#1702</a></li>
</ul>
<h3>process</h3>
<ul>
<li>[process][darwin][freebsd][linux][openbsd] Make process.Children not
reliant on pgrep by <a
href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1706">shirou/gopsutil#1706</a></li>
<li>implement process:NumFDs for Windows by <a
href="https://github.com/al-online"><code>@​al-online</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li>
<li>Fix resolution for process create time limited to seconds by <a
href="https://github.com/joshiste"><code>@​joshiste</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>fix: remove coverall and godocs.io badge from README by <a
href="https://github.com/shirou"><code>@​shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1705">shirou/gopsutil#1705</a></li>
<li>[common] add HOST_PROC_MOUNTINFO to EnvMap by <a
href="https://github.com/atoulme"><code>@​atoulme</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1707">shirou/gopsutil#1707</a></li>
<li>Fix error message typo in sensors_linux by <a
href="https://github.com/henrygd"><code>@​henrygd</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/al-online"><code>@​al-online</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712">shirou/gopsutil#1712</a></li>
<li><a href="https://github.com/joshiste"><code>@​joshiste</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713">shirou/gopsutil#1713</a></li>
<li><a href="https://github.com/henrygd"><code>@​henrygd</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715">shirou/gopsutil#1715</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9">https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/2e10d9f7d0fbe5db80b5748c82f136b48e829233"><code>2e10d9f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1715">#1715</a>
from henrygd/master</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/112f4c00b7100e342bf1d11273f88120373d1fac"><code>112f4c0</code></a>
Fix error message typo in sensors_linux</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/7ec134321c445f8771e6f99fb633649da6de9e64"><code>7ec1343</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1713">#1713</a>
from joshiste/joshiste-precise-create-time</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/4140cda4acce741ea415b623a8521424dec702c5"><code>4140cda</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702">#1702</a>
from uubulb/purego_darwin</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/3dc12249d36575518e868bc39976d63ed4254516"><code>3dc1224</code></a>
Allow subsecont precision for process create time</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/f56b53a15517a3a006f10197072f3fe651763df6"><code>f56b53a</code></a>
update purego</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/fdc3c05c9289dbd18bf044f410f451bcf353a869"><code>fdc3c05</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1712">#1712</a>
from al-online/numfds_for_windows</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/462736cb8b6c3a0bce352908303593e649491993"><code>462736c</code></a>
add comment for NumFDsWithContext</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/86b68e8d4f0fc99aaee14e33512dbf0adde9d2bf"><code>86b68e8</code></a>
Merge branch 'master' into purego_darwin</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/9e6efdb991614ad075c2f8d7416c356ab6b7fe6b"><code>9e6efdb</code></a>
update disk &amp; cpu &amp; process</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9">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.8&new-version=4.24.9)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent 368fe47 commit 60bec95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0
github.com/sashabaranov/go-openai v1.31.0
github.com/sawka/txwrap v0.2.0
github.com/shirou/gopsutil/v4 v4.24.8
github.com/shirou/gopsutil/v4 v4.24.9
github.com/skeema/knownhosts v1.3.0
github.com/spf13/cobra v1.8.1
github.com/wavetermdev/htmltoken v0.1.0
Expand All @@ -27,14 +27,14 @@ require (
)

require (
github.com/ebitengine/purego v0.8.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ebitengine/purego v0.8.0 h1:JbqvnEzRvPpxhCJzJJ2y0RbiZ8nyjccVUrSM3q+GvvE=
github.com/ebitengine/purego v0.8.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
Expand Down Expand Up @@ -58,12 +60,8 @@ github.com/sashabaranov/go-openai v1.31.0 h1:rGe77x7zUeCjtS2IS7NCY6Tp4bQviXNMhkQ
github.com/sashabaranov/go-openai v1.31.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
github.com/sawka/txwrap v0.2.0 h1:V3LfvKVLULxcYSxdMguLwFyQFMEU9nFDJopg0ZkL+94=
github.com/sawka/txwrap v0.2.0/go.mod h1:wwQ2SQiN4U+6DU/iVPhbvr7OzXAtgZlQCIGuvOswEfA=
github.com/shirou/gopsutil/v4 v4.24.8 h1:pVQjIenQkIhqO81mwTaXjTzOMT7d3TZkf43PlVFHENI=
github.com/shirou/gopsutil/v4 v4.24.8/go.mod h1:wE0OrJtj4dG+hYkxqDH3QiBICdKSf04/npcvLLc/oRg=
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
github.com/shirou/gopsutil/v4 v4.24.9 h1:KIV+/HaHD5ka5f570RZq+2SaeFsb/pq+fp2DGNWYoOI=
github.com/shirou/gopsutil/v4 v4.24.9/go.mod h1:3fkaHNeYsUFCGZ8+9vZVWtbyM1k2eRnlL+bWO8Bxa/Q=
github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
Expand Down

0 comments on commit 60bec95

Please sign in to comment.