2024-05-12 18:52:12 +02:00
|
|
|
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
|
|
|
|
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
|
2024-06-15 23:59:14 +02:00
|
|
|
github.com/alexflint/go-filemutex v1.3.0 h1:LgE+nTUWnQCyRKbpoceKZsPQbs84LivvgwUymZXdOcM=
|
|
|
|
github.com/alexflint/go-filemutex v1.3.0/go.mod h1:U0+VA/i30mGBlLCrFPGtTe9y6wGQfNAWPBTekHQ+c8A=
|
2024-07-23 20:55:47 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
2024-05-10 05:24:24 +02:00
|
|
|
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=
|
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 (#954)
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 & cpu & 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>
2024-10-04 19:34:13 +02:00
|
|
|
github.com/ebitengine/purego v0.8.0 h1:JbqvnEzRvPpxhCJzJJ2y0RbiZ8nyjccVUrSM3q+GvvE=
|
|
|
|
github.com/ebitengine/purego v0.8.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
|
2024-09-19 19:49:06 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
|
|
|
|
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
|
2024-06-20 08:59:41 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
|
|
|
|
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=
|
|
|
|
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=
|
|
|
|
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
|
2024-07-26 01:41:34 +02:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
|
2024-09-19 19:49:06 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.18.1 h1:JML/k+t4tpHCpQTCAD62Nu43NUFzHY4CV3uAuvHGC+Y=
|
|
|
|
github.com/golang-migrate/migrate/v4 v4.18.1/go.mod h1:HAX6m3sQgcdO81tdjn5exv20+3Kb13cmGli1hrD6hks=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
|
|
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
|
|
|
|
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
2024-07-23 20:55:33 +02:00
|
|
|
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
|
|
|
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
2024-06-14 01:49:25 +02:00
|
|
|
github.com/gorilla/handlers v1.5.2 h1:cLTUSsNkgcwhgRqvCNmdbRWG0A3N4F+M2nWKdScwyEE=
|
|
|
|
github.com/gorilla/handlers v1.5.2/go.mod h1:dX+xVpaxdSw+q0Qek8SSsl3dfMk3jNddUkMzo0GtH0w=
|
2024-07-23 21:14:53 +02:00
|
|
|
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
|
|
|
|
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
|
2024-07-23 21:17:24 +02:00
|
|
|
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
|
|
|
|
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
|
|
|
|
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
|
2024-06-14 21:19:36 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
|
|
|
|
github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY=
|
|
|
|
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
|
|
|
|
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
2024-09-07 01:26:17 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.23 h1:gbShiuAP1W5j9UOksQ06aiiqPMxYecovVGwmTxWtuw0=
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.23/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
|
2024-05-26 02:37:05 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
2024-08-10 03:49:35 +02:00
|
|
|
github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b h1:cLGKfKb1uk0hxI0Q8L83UAJPpeJ+gSpn3cCU/tjd3eg=
|
|
|
|
github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b/go.mod h1:KO+FcPtyLAiRC0hJwreJVvfwc7vnNz77UxBTIGHdPVk=
|
2024-05-10 05:24:24 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
|
|
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
|
2024-06-14 21:19:36 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
|
2024-09-26 23:36:30 +02:00
|
|
|
github.com/sashabaranov/go-openai v1.31.0 h1:rGe77x7zUeCjtS2IS7NCY6Tp4bQviXNMhkQM6hz/UC4=
|
|
|
|
github.com/sashabaranov/go-openai v1.31.0/go.mod h1:lj5b/K+zjTSFxVLijLSTDZuP7adOgerWeFyZLUhAKRg=
|
2024-05-13 20:45:47 +02:00
|
|
|
github.com/sawka/txwrap v0.2.0 h1:V3LfvKVLULxcYSxdMguLwFyQFMEU9nFDJopg0ZkL+94=
|
|
|
|
github.com/sawka/txwrap v0.2.0/go.mod h1:wwQ2SQiN4U+6DU/iVPhbvr7OzXAtgZlQCIGuvOswEfA=
|
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 (#954)
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 & cpu & 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>
2024-10-04 19:34:13 +02:00
|
|
|
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=
|
2024-08-28 22:18:43 +02:00
|
|
|
github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=
|
|
|
|
github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M=
|
2024-07-23 20:55:47 +02:00
|
|
|
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
|
|
|
|
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
|
2024-06-14 21:19:36 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
|
|
|
|
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
2024-05-10 05:24:24 +02:00
|
|
|
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
2024-05-12 18:52:12 +02:00
|
|
|
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
2024-06-15 23:59:14 +02:00
|
|
|
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
|
|
|
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
|
|
|
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
|
|
|
|
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
|
|
|
|
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
|
|
|
|
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
|
2024-07-23 22:16:53 +02:00
|
|
|
github.com/wavetermdev/htmltoken v0.1.0 h1:RMdA9zTfnYa5jRC4RRG3XNoV5NOP8EDxpaVPjuVz//Q=
|
|
|
|
github.com/wavetermdev/htmltoken v0.1.0/go.mod h1:5FM0XV6zNYiNza2iaTcFGj+hnMtgqumFHO31Z8euquk=
|
2024-07-16 03:00:10 +02:00
|
|
|
github.com/wavetermdev/ssh_config v0.0.0-20240306041034-17e2087ebde2 h1:onqZrJVap1sm15AiIGTfWzdr6cEF0KdtddeuuOVhzyY=
|
|
|
|
github.com/wavetermdev/ssh_config v0.0.0-20240306041034-17e2087ebde2/go.mod h1:q2RIzfka+BXARoNexmF9gkxEX7DmvbW9P4hIVx2Kg4M=
|
2024-07-31 23:13:36 +02:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
|
2024-05-12 18:52:12 +02:00
|
|
|
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
|
|
|
|
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
2024-10-04 19:34:02 +02:00
|
|
|
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
|
|
|
|
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
|
2024-09-19 19:49:06 +02:00
|
|
|
golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo=
|
|
|
|
golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0=
|
2024-07-31 23:13:36 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
|
|
golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
2024-08-10 03:49:35 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220721230656-c6bc011c0c49/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
2024-07-31 23:13:36 +02:00
|
|
|
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
|
|
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
2024-06-15 23:59:14 +02:00
|
|
|
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
2024-10-04 19:34:02 +02:00
|
|
|
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
|
|
|
|
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
|
|
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
|
|
|
|
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
|
2024-07-31 23:13:36 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
2024-06-14 21:19:36 +02:00
|
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
2024-06-15 23:59:14 +02:00
|
|
|
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
2024-05-10 05:24:24 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
|
|
|
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|