Skip to content

Commit 261810e

Browse files
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.5 (#40431)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.25.4` -> `v4.25.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.4/v4.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.4/v4.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary> ### [`v4.25.5`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.5) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.4...v4.25.5) <!-- Release notes generated using configuration in .github/release.yml at v4.25.5 --> #### What's Changed ##### cpu - Remove wmi for Get physical CPU core count by [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in [https://github.com/shirou/gopsutil/pull/1839](https://redirect.github.com/shirou/gopsutil/pull/1839) - fix ignore nakedret by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1847](https://redirect.github.com/shirou/gopsutil/pull/1847) - Fix issues with GetLastError() usage by [@&#8203;secDre4mer](https://redirect.github.com/secDre4mer) in [https://github.com/shirou/gopsutil/pull/1848](https://redirect.github.com/shirou/gopsutil/pull/1848) ##### docker - rename containerid arguments to containerID by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1862](https://redirect.github.com/shirou/gopsutil/pull/1862) ##### host ##### Other Changes - fix(ST1005): Incorrectly formatted error string by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1846](https://redirect.github.com/shirou/gopsutil/pull/1846) - \[darwin]: bump purego veresion to 0.8.3 by [@&#8203;shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1852](https://redirect.github.com/shirou/gopsutil/pull/1852) - chore: enable staticcheck by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1842](https://redirect.github.com/shirou/gopsutil/pull/1842) #### New Contributors - [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) made their first contribution in [https://github.com/shirou/gopsutil/pull/1839](https://redirect.github.com/shirou/gopsutil/pull/1839) **Full Changelog**: shirou/gopsutil@v4.25.4...v4.25.5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 07d92ac commit 261810e

File tree

39 files changed

+59
-59
lines changed

39 files changed

+59
-59
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ require (
120120
github.com/prometheus/common v0.64.0 // indirect
121121
github.com/prometheus/procfs v0.16.1 // indirect
122122
github.com/rs/cors v1.11.1 // indirect
123-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
123+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
124124
github.com/soheilhy/cmux v0.1.5 // indirect
125125
github.com/spf13/cobra v1.9.1 // indirect
126126
github.com/spf13/pflag v1.0.6 // indirect

cmd/opampsupervisor/go.sum

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

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ require (
258258
github.com/rs/cors v1.11.1 // indirect
259259
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
260260
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
261-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
261+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
262262
github.com/shoenig/go-m1cpu v0.1.6 // indirect
263263
github.com/spf13/afero v1.14.0 // indirect
264264
github.com/spf13/cast v1.7.1 // indirect

connector/datadogconnector/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ require (
381381
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33 // indirect
382382
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
383383
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
384-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
384+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
385385
github.com/shoenig/go-m1cpu v0.1.6 // indirect
386386
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
387387
github.com/spf13/afero v1.14.0 // indirect

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ require (
267267
github.com/rs/cors v1.11.1 // indirect
268268
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
269269
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
270-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
270+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
271271
github.com/shoenig/go-m1cpu v0.1.6 // indirect
272272
github.com/spf13/afero v1.14.0 // indirect
273273
github.com/spf13/cast v1.7.1 // indirect

exporter/datadogexporter/integrationtest/go.sum

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

exporter/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.127.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.127.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/testbed v0.127.0
13-
github.com/shirou/gopsutil/v4 v4.25.4
13+
github.com/shirou/gopsutil/v4 v4.25.5
1414
github.com/stretchr/testify v1.10.0
1515
go.opentelemetry.io/collector/component v1.33.1-0.20250602081514-8568c97b0d15
1616
go.opentelemetry.io/collector/component/componentstatus v0.127.1-0.20250602081514-8568c97b0d15

exporter/elasticsearchexporter/integrationtest/go.sum

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

exporter/signalfxexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.127.0
1616
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.127.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/signalfx v0.127.0
18-
github.com/shirou/gopsutil/v4 v4.25.4
18+
github.com/shirou/gopsutil/v4 v4.25.5
1919
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3
2020
github.com/stretchr/testify v1.10.0
2121
go.opentelemetry.io/collector/client v1.33.1-0.20250602081514-8568c97b0d15

exporter/signalfxexporter/go.sum

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

exporter/sumologicexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ require (
6161
github.com/pmezard/go-difflib v1.0.0 // indirect
6262
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
6363
github.com/rs/cors v1.11.1 // indirect
64-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
64+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
6565
github.com/tklauser/go-sysconf v0.3.12 // indirect
6666
github.com/tklauser/numcpus v0.6.1 // indirect
6767
github.com/yusufpapurcu/wmi v1.2.4 // indirect

exporter/sumologicexporter/go.sum

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

extension/observer/hostobserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.127.0
7-
github.com/shirou/gopsutil/v4 v4.25.4
7+
github.com/shirou/gopsutil/v4 v4.25.5
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v1.33.1-0.20250602081514-8568c97b0d15
1010
go.opentelemetry.io/collector/component/componenttest v0.127.1-0.20250602081514-8568c97b0d15

extension/observer/hostobserver/go.sum

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

extension/opampextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/open-telemetry/opamp-go v0.19.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.127.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status v0.127.0
11-
github.com/shirou/gopsutil/v4 v4.25.4
11+
github.com/shirou/gopsutil/v4 v4.25.5
1212
github.com/stretchr/testify v1.10.0
1313
go.opentelemetry.io/collector/component v1.33.1-0.20250602081514-8568c97b0d15
1414
go.opentelemetry.io/collector/component/componentstatus v0.127.1-0.20250602081514-8568c97b0d15

extension/opampextension/go.sum

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

extension/sumologicextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/Showmax/go-fqdn v1.0.0
77
github.com/cenkalti/backoff/v4 v4.3.0
8-
github.com/shirou/gopsutil/v4 v4.25.4
8+
github.com/shirou/gopsutil/v4 v4.25.5
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/component v1.33.1-0.20250602081514-8568c97b0d15
1111
go.opentelemetry.io/collector/component/componenttest v0.127.1-0.20250602081514-8568c97b0d15

extension/sumologicextension/go.sum

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

internal/datadog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ require (
132132
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
133133
github.com/rs/cors v1.11.1 // indirect
134134
github.com/shirou/gopsutil/v3 v3.22.12 // indirect
135-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
135+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
136136
github.com/spf13/afero v1.12.0 // indirect
137137
github.com/spf13/cast v1.7.1 // indirect
138138
github.com/spf13/jwalterweatherman v1.1.0 // indirect

internal/datadog/go.sum

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

internal/gopsutilenv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/gopsut
33
go 1.23.0
44

55
require (
6-
github.com/shirou/gopsutil/v4 v4.25.4
6+
github.com/shirou/gopsutil/v4 v4.25.5
77
github.com/stretchr/testify v1.10.0
88
)
99

internal/gopsutilenv/go.sum

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

internal/metadataproviders/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/docker/docker v28.1.1+incompatible
1111
github.com/hashicorp/consul/api v1.32.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.127.0
13-
github.com/shirou/gopsutil/v4 v4.25.4
13+
github.com/shirou/gopsutil/v4 v4.25.5
1414
github.com/stretchr/testify v1.10.0
1515
go.opentelemetry.io/otel v1.36.0
1616
go.opentelemetry.io/otel/sdk v1.36.0

internal/metadataproviders/go.sum

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

pkg/datadog/go.sum

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

processor/resourcedetectionprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.127.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.127.0
1818
github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.127.0
19-
github.com/shirou/gopsutil/v4 v4.25.4
19+
github.com/shirou/gopsutil/v4 v4.25.5
2020
github.com/stretchr/testify v1.10.0
2121
go.opentelemetry.io/collector/component v1.33.1-0.20250602081514-8568c97b0d15
2222
go.opentelemetry.io/collector/component/componenttest v0.127.1-0.20250602081514-8568c97b0d15

0 commit comments

Comments
 (0)