Skip to content

Commit fd4d3c4

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.5 (#13137)
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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 0f0e1f6 commit fd4d3c4

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/prometheus/common v0.64.0 // indirect
7676
github.com/prometheus/procfs v0.16.1 // indirect
7777
github.com/rs/cors v1.11.1 // indirect
78-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
78+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
7979
github.com/spf13/cobra v1.9.1 // indirect
8080
github.com/spf13/pflag v1.0.6 // indirect
8181
github.com/stretchr/testify v1.10.0 // indirect

cmd/otelcorecol/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/memorylimiterextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3434
github.com/pmezard/go-difflib v1.0.0 // indirect
3535
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
36-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
36+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
3737
github.com/tklauser/go-sysconf v0.3.12 // indirect
3838
github.com/tklauser/numcpus v0.6.1 // indirect
3939
github.com/yusufpapurcu/wmi v1.2.4 // indirect

extension/memorylimiterextension/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/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/prometheus/common v0.64.0 // indirect
7979
github.com/prometheus/procfs v0.16.1 // indirect
8080
github.com/rs/cors v1.11.1 // indirect
81-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
81+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
8282
github.com/tklauser/go-sysconf v0.3.12 // indirect
8383
github.com/tklauser/numcpus v0.6.1 // indirect
8484
github.com/yusufpapurcu/wmi v1.2.4 // indirect

internal/e2e/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/memorylimiter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/internal/memorylimiter
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
go.opentelemetry.io/collector/component v1.33.0
99
go.opentelemetry.io/collector/confmap v1.33.0

internal/memorylimiter/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.

otelcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/prometheus/client_model v0.6.2 // indirect
6868
github.com/prometheus/common v0.64.0 // indirect
6969
github.com/prometheus/procfs v0.16.1 // indirect
70-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
70+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
7171
github.com/spf13/pflag v1.0.6 // indirect
7272
github.com/tklauser/go-sysconf v0.3.12 // indirect
7373
github.com/tklauser/numcpus v0.6.1 // indirect

otelcol/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.

otelcol/otelcoltest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/prometheus/client_model v0.6.2 // indirect
5555
github.com/prometheus/common v0.64.0 // indirect
5656
github.com/prometheus/procfs v0.16.1 // indirect
57-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
57+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
5858
github.com/spf13/cobra v1.9.1 // indirect
5959
github.com/spf13/pflag v1.0.6 // indirect
6060
github.com/tklauser/go-sysconf v0.3.12 // indirect

otelcol/otelcoltest/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/memorylimiterprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ require (
5252
github.com/modern-go/reflect2 v1.0.2 // indirect
5353
github.com/pmezard/go-difflib v1.0.0 // indirect
5454
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
55-
github.com/shirou/gopsutil/v4 v4.25.4 // indirect
55+
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
5656
github.com/tklauser/go-sysconf v0.3.12 // indirect
5757
github.com/tklauser/numcpus v0.6.1 // indirect
5858
github.com/yusufpapurcu/wmi v1.2.4 // indirect

processor/memorylimiterprocessor/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.

service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/google/uuid v1.6.0
77
github.com/prometheus/client_model v0.6.2
88
github.com/prometheus/common v0.64.0
9-
github.com/shirou/gopsutil/v4 v4.25.4
9+
github.com/shirou/gopsutil/v4 v4.25.5
1010
github.com/stretchr/testify v1.10.0
1111
go.opentelemetry.io/collector v0.127.0
1212
go.opentelemetry.io/collector/component v1.33.0

service/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.

0 commit comments

Comments
 (0)