Skip to content

Commit 6321378

Browse files
Update module github.com/shirou/gopsutil/v4 to v4.26.7 (#15711)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.26.6` → `v4.26.7` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.26.6/v4.26.7?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.26.7`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.26.7) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.26.6...v4.26.7) <!-- Release notes generated using configuration in .github/release.yml at v4.26.7 --> #### What's Changed ##### cpu - fix: harden parsers against malformed/truncated input by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;2109](https://redirect.github.com/shirou/gopsutil/pull/2109) - \[cpu]\[windows]: compute cpu-total times from integer ticks by [@&#8203;skartikey](https://redirect.github.com/skartikey) in [#&#8203;2111](https://redirect.github.com/shirou/gopsutil/pull/2111) - \[darwin]\[process]: fix errno handling and library lifetime on darwin by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;2119](https://redirect.github.com/shirou/gopsutil/pull/2119) - \[cpu]\[windows]: compute total counters from individual stats to handle processor groups correctly by [@&#8203;srebhan](https://redirect.github.com/srebhan) in [#&#8203;2125](https://redirect.github.com/shirou/gopsutil/pull/2125) - \[cpu]\[windows]: harden the cpu-total computation added in [#&#8203;2125](https://redirect.github.com/shirou/gopsutil/issues/2125) by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;2128](https://redirect.github.com/shirou/gopsutil/pull/2128) ##### net - fix(net): pad GetExtendedTcpTable buffer to prevent GC thrashing on Windows by [@&#8203;HarshalPatel1972](https://redirect.github.com/HarshalPatel1972) in [#&#8203;2108](https://redirect.github.com/shirou/gopsutil/pull/2108) ##### process - process: implement Darwin IOCounters via proc\_pid\_rusage by [@&#8203;DavRack](https://redirect.github.com/DavRack) in [#&#8203;2117](https://redirect.github.com/shirou/gopsutil/pull/2117) ##### other - feat: add psutil comparison tests for cpu, mem and load by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;2114](https://redirect.github.com/shirou/gopsutil/pull/2114) #### New Contributors - [@&#8203;DavRack](https://redirect.github.com/DavRack) made their first contribution in [#&#8203;2117](https://redirect.github.com/shirou/gopsutil/pull/2117) - [@&#8203;srebhan](https://redirect.github.com/srebhan) made their first contribution in [#&#8203;2125](https://redirect.github.com/shirou/gopsutil/pull/2125) **Full Changelog**: <shirou/gopsutil@v4.26.6...v4.26.7> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zLjIiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 9381602 commit 6321378

16 files changed

Lines changed: 48 additions & 48 deletions

File tree

cmd/otelcorecol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/cenkalti/backoff/v7 v7.0.0 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4343
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
44-
github.com/ebitengine/purego v0.10.0 // indirect
44+
github.com/ebitengine/purego v0.10.2 // indirect
4545
github.com/felixge/httpsnoop v1.0.4 // indirect
4646
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
4747
github.com/go-logr/logr v1.4.3 // indirect
@@ -76,7 +76,7 @@ require (
7676
github.com/prometheus/otlptranslator v1.0.0 // indirect
7777
github.com/prometheus/procfs v0.21.0 // indirect
7878
github.com/rs/cors v1.11.1 // indirect
79-
github.com/shirou/gopsutil/v4 v4.26.6 // indirect
79+
github.com/shirou/gopsutil/v4 v4.26.7 // indirect
8080
github.com/spf13/cobra v1.10.2 // indirect
8181
github.com/spf13/pflag v1.0.10 // indirect
8282
github.com/stretchr/testify v1.11.1 // indirect

cmd/otelcorecol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/memorylimiterextension/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
require (
2020
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/ebitengine/purego v0.10.0 // indirect
22+
github.com/ebitengine/purego v0.10.2 // indirect
2323
github.com/go-logr/logr v1.4.3 // indirect
2424
github.com/go-logr/stdr v1.2.2 // indirect
2525
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -38,7 +38,7 @@ require (
3838
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3939
github.com/pmezard/go-difflib v1.0.0 // indirect
4040
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
41-
github.com/shirou/gopsutil/v4 v4.26.6 // indirect
41+
github.com/shirou/gopsutil/v4 v4.26.7 // indirect
4242
github.com/tklauser/go-sysconf v0.3.16 // indirect
4343
github.com/tklauser/numcpus v0.11.0 // indirect
4444
github.com/yusufpapurcu/wmi v1.2.4 // indirect

extension/memorylimiterextension/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ require (
6262
github.com/cenkalti/backoff/v7 v7.0.0 // indirect
6363
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6464
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
65-
github.com/ebitengine/purego v0.10.0 // indirect
65+
github.com/ebitengine/purego v0.10.2 // indirect
6666
github.com/felixge/httpsnoop v1.0.4 // indirect
6767
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
6868
github.com/go-logr/logr v1.4.3 // indirect
@@ -94,7 +94,7 @@ require (
9494
github.com/prometheus/otlptranslator v1.0.0 // indirect
9595
github.com/prometheus/procfs v0.21.0 // indirect
9696
github.com/rs/cors v1.11.1 // indirect
97-
github.com/shirou/gopsutil/v4 v4.26.6 // indirect
97+
github.com/shirou/gopsutil/v4 v4.26.7 // indirect
9898
github.com/spf13/cobra v1.10.2 // indirect
9999
github.com/spf13/pflag v1.0.10 // indirect
100100
github.com/tklauser/go-sysconf v0.3.16 // indirect

internal/e2e/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/memorylimiter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/internal/memorylimiter
33
go 1.25.0
44

55
require (
6-
github.com/shirou/gopsutil/v4 v4.26.6
6+
github.com/shirou/gopsutil/v4 v4.26.7
77
github.com/stretchr/testify v1.11.1
88
go.opentelemetry.io/collector/component v1.64.0
99
go.opentelemetry.io/collector/component/componentstatus v0.158.0
@@ -16,7 +16,7 @@ require (
1616
require (
1717
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1818
github.com/davecgh/go-spew v1.1.1 // indirect
19-
github.com/ebitengine/purego v0.10.0 // indirect
19+
github.com/ebitengine/purego v0.10.2 // indirect
2020
github.com/go-logr/logr v1.4.3 // indirect
2121
github.com/go-logr/stdr v1.2.2 // indirect
2222
github.com/go-ole/go-ole v1.2.6 // indirect

internal/memorylimiter/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4848
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4949
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50-
github.com/ebitengine/purego v0.10.0 // indirect
50+
github.com/ebitengine/purego v0.10.2 // indirect
5151
github.com/go-logr/logr v1.4.3 // indirect
5252
github.com/go-logr/stdr v1.2.2 // indirect
5353
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/prometheus/common v0.70.1 // indirect
7575
github.com/prometheus/otlptranslator v1.0.0 // indirect
7676
github.com/prometheus/procfs v0.21.0 // indirect
77-
github.com/shirou/gopsutil/v4 v4.26.6 // indirect
77+
github.com/shirou/gopsutil/v4 v4.26.7 // indirect
7878
github.com/spf13/pflag v1.0.10 // indirect
7979
github.com/tklauser/go-sysconf v0.3.16 // indirect
8080
github.com/tklauser/numcpus v0.11.0 // indirect

otelcol/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)