Skip to content

Commit 66993f9

Browse files
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.12 (#14388)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.25.11` → `v4.25.12` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.12?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.11/v4.25.12?slim=true) | --- > [!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.12`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.12) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.11...v4.25.12) <!-- Release notes generated using configuration in .github/release.yml at v4.25.12 --> #### What's Changed ##### cpu - \[cpu]\[linux]: fix ":" in CPU ModelName by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1960](https://redirect.github.com/shirou/gopsutil/pull/1960) - \[cpu]\[linux]: add riscv cpu parser by [@&#8203;mengzhuo](https://redirect.github.com/mengzhuo) in [#&#8203;1970](https://redirect.github.com/shirou/gopsutil/pull/1970) - \[cpu]\[darwin]: release pCoreRef in each iteration by [@&#8203;uubulb](https://redirect.github.com/uubulb) in [#&#8203;1971](https://redirect.github.com/shirou/gopsutil/pull/1971) - \[darwin]: wrap library functions as struct methods by [@&#8203;uubulb](https://redirect.github.com/uubulb) in [#&#8203;1976](https://redirect.github.com/shirou/gopsutil/pull/1976) ##### disk - Fixes [#&#8203;1284](https://redirect.github.com/shirou/gopsutil/issues/1284) by [@&#8203;johnnybubonic](https://redirect.github.com/johnnybubonic) in [#&#8203;1931](https://redirect.github.com/shirou/gopsutil/pull/1931) - fix disk.Partition cut off after first disk by [@&#8203;sni](https://redirect.github.com/sni) in [#&#8203;1975](https://redirect.github.com/shirou/gopsutil/pull/1975) - \[disk]\[windows]: add virtual drive for TestGetLogicalDrives by [@&#8203;shirou](https://redirect.github.com/shirou) in [#&#8203;1977](https://redirect.github.com/shirou/gopsutil/pull/1977) - Add missing mount flags (local, protect) by [@&#8203;Kerlenton](https://redirect.github.com/Kerlenton) in [#&#8203;1968](https://redirect.github.com/shirou/gopsutil/pull/1968) ##### host - Replace AIX uptime function with ps etimes-based implementation by [@&#8203;Dylan-M](https://redirect.github.com/Dylan-M) in [#&#8203;1967](https://redirect.github.com/shirou/gopsutil/pull/1967) ##### mem - feat(mem): Add support for Percpu by [@&#8203;pvlltvk](https://redirect.github.com/pvlltvk) in [#&#8203;1972](https://redirect.github.com/shirou/gopsutil/pull/1972) ##### process - Add NumFDs implementation for Darwin by [@&#8203;Kerlenton](https://redirect.github.com/Kerlenton) in [#&#8203;1965](https://redirect.github.com/shirou/gopsutil/pull/1965) - \[sensors]\[darwin]: retrieve sensor information in one function call by [@&#8203;uubulb](https://redirect.github.com/uubulb) in [#&#8203;1973](https://redirect.github.com/shirou/gopsutil/pull/1973) #### New Contributors - [@&#8203;Kerlenton](https://redirect.github.com/Kerlenton) made their first contribution in [#&#8203;1965](https://redirect.github.com/shirou/gopsutil/pull/1965) - [@&#8203;sni](https://redirect.github.com/sni) made their first contribution in [#&#8203;1975](https://redirect.github.com/shirou/gopsutil/pull/1975) - [@&#8203;pvlltvk](https://redirect.github.com/pvlltvk) made their first contribution in [#&#8203;1972](https://redirect.github.com/shirou/gopsutil/pull/1972) - [@&#8203;mengzhuo](https://redirect.github.com/mengzhuo) made their first contribution in [#&#8203;1970](https://redirect.github.com/shirou/gopsutil/pull/1970) **Full Changelog**: <shirou/gopsutil@v4.25.11...v4.25.12> </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 970b73a commit 66993f9

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/otlptranslator v0.0.2 // indirect
7676
github.com/prometheus/procfs v0.17.0 // indirect
7777
github.com/rs/cors v1.11.1 // indirect
78-
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
78+
github.com/shirou/gopsutil/v4 v4.25.12 // indirect
7979
github.com/spf13/cobra v1.10.2 // indirect
8080
github.com/spf13/pflag v1.0.10 // indirect
8181
github.com/stretchr/testify v1.11.1 // 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
@@ -38,7 +38,7 @@ require (
3838
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3939
github.com/pmezard/go-difflib v1.0.0 // indirect
4040
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
41-
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
41+
github.com/shirou/gopsutil/v4 v4.25.12 // indirect
4242
github.com/tklauser/go-sysconf v0.3.16 // indirect
4343
github.com/tklauser/numcpus v0.11.0 // indirect
4444
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
@@ -93,7 +93,7 @@ require (
9393
github.com/prometheus/otlptranslator v0.0.2 // indirect
9494
github.com/prometheus/procfs v0.17.0 // indirect
9595
github.com/rs/cors v1.11.1 // indirect
96-
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
96+
github.com/shirou/gopsutil/v4 v4.25.12 // indirect
9797
github.com/spf13/cobra v1.10.2 // indirect
9898
github.com/spf13/pflag v1.0.10 // indirect
9999
github.com/tklauser/go-sysconf v0.3.16 // 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.24.0
44

55
require (
6-
github.com/shirou/gopsutil/v4 v4.25.11
6+
github.com/shirou/gopsutil/v4 v4.25.12
77
github.com/stretchr/testify v1.11.1
88
go.opentelemetry.io/collector/component v1.49.0
99
go.opentelemetry.io/collector/confmap v1.49.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
@@ -70,7 +70,7 @@ require (
7070
github.com/prometheus/common v0.67.1 // indirect
7171
github.com/prometheus/otlptranslator v0.0.2 // indirect
7272
github.com/prometheus/procfs v0.17.0 // indirect
73-
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
73+
github.com/shirou/gopsutil/v4 v4.25.12 // indirect
7474
github.com/spf13/pflag v1.0.10 // indirect
7575
github.com/tklauser/go-sysconf v0.3.16 // indirect
7676
github.com/tklauser/numcpus v0.11.0 // 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)