Commit d47fff5
⬆️ Bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.4 in /utils (#860)
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.26.3 to 4.26.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shirou/gopsutil/commit/71a5d1418f30e2e31e9b43b935dba1402b76fb9a"><code>71a5d14</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2083">#2083</a>
from pgimalac/pgimalac/aix-proto-counters</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/f74105d3a31ea26b536871a576eba453081b8241"><code>f74105d</code></a>
net/aix: implement ProtoCounters by parsing netstat -s</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/5661255c70761cb98ceec1c0528f7d86087b3cf7"><code>5661255</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2081">#2081</a>
from shirou/fix/windows_use_get_active_processor_gro...</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/ddec60ea6626a22df12bdb3c9992b5d8eba99b48"><code>ddec60e</code></a>
[cpu][windows]: fix percpu stats on Windows hosts with multiple
processor groups</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/2f3645fb3fb700e68c54fc19321ec7bb443b33d3"><code>2f3645f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2079">#2079</a>
from pgimalac/pgimalac/getconf-no-bootinfo</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/b693c36c601d432d269ebddd5877334232e1e55c"><code>b693c36</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/2077">#2077</a>
from fraggerfox/fix-netbsd-stats</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/25fe4013e23494a2343842cb5f88473e9954897f"><code>25fe401</code></a>
Make the netbsd tests run only under NetBSD.</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/94fdb3e519b54bd01edbb034518794ba42c97688"><code>94fdb3e</code></a>
Use getconf KERNEL_BITMODE instead of LONG_BIT</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/94503b2bffabd302b109580c1d72a8aacf987f97"><code>94503b2</code></a>
Use getconf instead of bootinfo on AIX to get kernel architecture</li>
<li><a
href="https://github.com/shirou/gopsutil/commit/08db87b912cda188a0efaee6cd1036ca9791763b"><code>08db87b</code></a>
Add tests for NetBSD's net implementation.</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.26.3...v4.26.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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>
Co-authored-by: Monty Bot <monty-bot@arm.com>1 parent 6a3f7ea commit d47fff5
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments