Skip to content

Commit ae0b83b

Browse files
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.2 (#12654)
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.1` -> `v4.25.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.2?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.2?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.1/v4.25.2?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.1/v4.25.2?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.2`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.2) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.1...v4.25.2) <!-- Release notes generated using configuration in .github/release.yml at v4.25.2 --> #### What's Changed ##### cpu - chore: enable golangci-lint on Windows and MacOS by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1785](https://redirect.github.com/shirou/gopsutil/pull/1785) - chore(golangci-lint): GOOS and GOARCH matrix by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1797](https://redirect.github.com/shirou/gopsutil/pull/1797) ##### net - \[windows]: fix lint error about use-any by [@&#8203;shirou](https://redirect.github.com/shirou) in [https://github.com/shirou/gopsutil/pull/1795](https://redirect.github.com/shirou/gopsutil/pull/1795) ##### process - fix: `Process.CmdlineSliceWithContext` incorrect on Windows by [@&#8203;RomainMuller](https://redirect.github.com/RomainMuller) in [https://github.com/shirou/gopsutil/pull/1796](https://redirect.github.com/shirou/gopsutil/pull/1796) ##### Other Changes - chore: enable use-any from revive by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1784](https://redirect.github.com/shirou/gopsutil/pull/1784) - fix(golangci-lint): configuration typo by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/shirou/gopsutil/pull/1798](https://redirect.github.com/shirou/gopsutil/pull/1798) #### New Contributors - [@&#8203;RomainMuller](https://redirect.github.com/RomainMuller) made their first contribution in [https://github.com/shirou/gopsutil/pull/1796](https://redirect.github.com/shirou/gopsutil/pull/1796) **Full Changelog**: shirou/gopsutil@v4.25.1...v4.25.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 8bc15fd commit ae0b83b

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

cmd/otelcorecol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/prometheus/common v0.62.0 // indirect
7474
github.com/prometheus/procfs v0.15.1 // indirect
7575
github.com/rs/cors v1.11.1 // indirect
76-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
76+
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
7777
github.com/spf13/cobra v1.9.1 // indirect
7878
github.com/spf13/pflag v1.0.6 // indirect
7979
github.com/stretchr/testify v1.10.0 // indirect

cmd/otelcorecol/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/memorylimiterextension/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
3434
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
35-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
35+
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
3636
github.com/tklauser/go-sysconf v0.3.12 // indirect
3737
github.com/tklauser/numcpus v0.6.1 // indirect
3838
github.com/yusufpapurcu/wmi v1.2.4 // indirect

extension/memorylimiterextension/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/prometheus/common v0.62.0 // indirect
7777
github.com/prometheus/procfs v0.15.1 // indirect
7878
github.com/rs/cors v1.11.1 // indirect
79-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
79+
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
8080
github.com/tklauser/go-sysconf v0.3.12 // indirect
8181
github.com/tklauser/numcpus v0.6.1 // indirect
8282
github.com/yusufpapurcu/wmi v1.2.4 // indirect

internal/e2e/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/memorylimiter/go.mod

+1-1
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.1
6+
github.com/shirou/gopsutil/v4 v4.25.2
77
github.com/stretchr/testify v1.10.0
88
go.opentelemetry.io/collector/component v1.28.0
99
go.opentelemetry.io/collector/confmap v1.28.0

internal/memorylimiter/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/prometheus/client_model v0.6.1 // indirect
6868
github.com/prometheus/common v0.62.0 // indirect
6969
github.com/prometheus/procfs v0.15.1 // indirect
70-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
70+
github.com/shirou/gopsutil/v4 v4.25.2 // 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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/otelcoltest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ require (
5454
github.com/prometheus/client_model v0.6.1 // indirect
5555
github.com/prometheus/common v0.62.0 // indirect
5656
github.com/prometheus/procfs v0.15.1 // indirect
57-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
57+
github.com/shirou/gopsutil/v4 v4.25.2 // 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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

processor/memorylimiterprocessor/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/modern-go/reflect2 v1.0.2 // indirect
5151
github.com/pmezard/go-difflib v1.0.0 // indirect
5252
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
53-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
53+
github.com/shirou/gopsutil/v4 v4.25.2 // indirect
5454
github.com/tklauser/go-sysconf v0.3.12 // indirect
5555
github.com/tklauser/numcpus v0.6.1 // indirect
5656
github.com/yusufpapurcu/wmi v1.2.4 // indirect

processor/memorylimiterprocessor/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/go.mod

+1-1
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.1
88
github.com/prometheus/common v0.62.0
9-
github.com/shirou/gopsutil/v4 v4.25.1
9+
github.com/shirou/gopsutil/v4 v4.25.2
1010
github.com/stretchr/testify v1.10.0
1111
go.opentelemetry.io/collector v0.122.0
1212
go.opentelemetry.io/collector/component v1.28.0

service/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)