Skip to content

Commit 3b627ad

Browse files
Update module github.com/shirou/gopsutil/v4 to v4.25.6 (#13305)
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.5` -> `v4.25.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.6?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.6?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.5/v4.25.6?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.5/v4.25.6?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.6`](https://redirect.github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent a95559b commit 3b627ad

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.65.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.5 // indirect
78+
github.com/shirou/gopsutil/v4 v4.25.6 // 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.5 // indirect
36+
github.com/shirou/gopsutil/v4 v4.25.6 // 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
@@ -79,7 +79,7 @@ require (
7979
github.com/prometheus/common v0.65.0 // indirect
8080
github.com/prometheus/procfs v0.16.1 // indirect
8181
github.com/rs/cors v1.11.1 // indirect
82-
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
82+
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
8383
github.com/tklauser/go-sysconf v0.3.12 // indirect
8484
github.com/tklauser/numcpus v0.6.1 // indirect
8585
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.5
6+
github.com/shirou/gopsutil/v4 v4.25.6
77
github.com/stretchr/testify v1.10.0
88
go.opentelemetry.io/collector/component v1.35.0
99
go.opentelemetry.io/collector/confmap v1.35.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.65.0 // indirect
6969
github.com/prometheus/procfs v0.16.1 // indirect
70-
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
70+
github.com/shirou/gopsutil/v4 v4.25.6 // 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.65.0 // indirect
5656
github.com/prometheus/procfs v0.16.1 // indirect
57-
github.com/shirou/gopsutil/v4 v4.25.5 // indirect
57+
github.com/shirou/gopsutil/v4 v4.25.6 // 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.5 // indirect
55+
github.com/shirou/gopsutil/v4 v4.25.6 // 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.65.0
9-
github.com/shirou/gopsutil/v4 v4.25.5
9+
github.com/shirou/gopsutil/v4 v4.25.6
1010
github.com/stretchr/testify v1.10.0
1111
go.opentelemetry.io/collector v0.129.0
1212
go.opentelemetry.io/collector/component v1.35.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)