Skip to content

Commit 1dea318

Browse files
Update module github.com/shirou/gopsutil/v4 to v4.25.3 (#12777)
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.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.3?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.3?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.3?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.3?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.3`](https://redirect.github.com/shirou/gopsutil/compare/v4.25.2...v4.25.3) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.2...v4.25.3) ### [`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 ff45206 commit 1dea318

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
@@ -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.3 // 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

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
@@ -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.3 // 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

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
@@ -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.3 // 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

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

0 commit comments

Comments
 (0)