Skip to content

Commit effa31d

Browse files
fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.11 (#14244)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil) | `v4.25.10` -> `v4.25.11` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.11?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.10/v4.25.11?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.11`](https://redirect.github.com/shirou/gopsutil/compare/v4.25.10...v4.25.11) [Compare Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.10...v4.25.11) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent fd17e51 commit effa31d

File tree

16 files changed

+105
-105
lines changed

16 files changed

+105
-105
lines changed

cmd/otelcorecol/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3939
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4040
github.com/davecgh/go-spew v1.1.1 // indirect
41-
github.com/ebitengine/purego v0.9.0 // indirect
41+
github.com/ebitengine/purego v0.9.1 // indirect
4242
github.com/felixge/httpsnoop v1.0.4 // indirect
4343
github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d // indirect
4444
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -75,12 +75,12 @@ 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.10 // indirect
78+
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
7979
github.com/spf13/cobra v1.10.1 // indirect
8080
github.com/spf13/pflag v1.0.9 // indirect
8181
github.com/stretchr/testify v1.11.1 // indirect
82-
github.com/tklauser/go-sysconf v0.3.15 // indirect
83-
github.com/tklauser/numcpus v0.10.0 // indirect
82+
github.com/tklauser/go-sysconf v0.3.16 // indirect
83+
github.com/tklauser/numcpus v0.11.0 // indirect
8484
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8585
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
8686
go.opentelemetry.io/collector v0.141.0 // indirect

cmd/otelcorecol/go.sum

Lines changed: 8 additions & 8 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616

1717
require (
1818
github.com/davecgh/go-spew v1.1.1 // indirect
19-
github.com/ebitengine/purego v0.9.0 // indirect
19+
github.com/ebitengine/purego v0.9.1 // indirect
2020
github.com/go-logr/logr v1.4.3 // indirect
2121
github.com/go-logr/stdr v1.2.2 // indirect
2222
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -35,9 +35,9 @@ require (
3535
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3636
github.com/pmezard/go-difflib v1.0.0 // indirect
3737
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
38-
github.com/shirou/gopsutil/v4 v4.25.10 // indirect
39-
github.com/tklauser/go-sysconf v0.3.15 // indirect
40-
github.com/tklauser/numcpus v0.10.0 // indirect
38+
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
39+
github.com/tklauser/go-sysconf v0.3.16 // indirect
40+
github.com/tklauser/numcpus v0.11.0 // indirect
4141
github.com/yusufpapurcu/wmi v1.2.4 // indirect
4242
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4343
go.opentelemetry.io/collector/featuregate v1.47.0 // indirect
@@ -49,7 +49,7 @@ require (
4949
go.opentelemetry.io/otel/trace v1.38.0 // indirect
5050
go.uber.org/multierr v1.11.0 // indirect
5151
go.yaml.in/yaml/v3 v3.0.4 // indirect
52-
golang.org/x/sys v0.37.0 // indirect
52+
golang.org/x/sys v0.38.0 // indirect
5353
gopkg.in/yaml.v3 v3.0.1 // indirect
5454
)
5555

extension/memorylimiterextension/go.sum

Lines changed: 10 additions & 10 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5858
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5959
github.com/davecgh/go-spew v1.1.1 // indirect
60-
github.com/ebitengine/purego v0.9.0 // indirect
60+
github.com/ebitengine/purego v0.9.1 // indirect
6161
github.com/felixge/httpsnoop v1.0.4 // indirect
6262
github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d // indirect
6363
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -93,11 +93,11 @@ 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.10 // indirect
96+
github.com/shirou/gopsutil/v4 v4.25.11 // indirect
9797
github.com/spf13/cobra v1.10.1 // indirect
9898
github.com/spf13/pflag v1.0.9 // indirect
99-
github.com/tklauser/go-sysconf v0.3.15 // indirect
100-
github.com/tklauser/numcpus v0.10.0 // indirect
99+
github.com/tklauser/go-sysconf v0.3.16 // indirect
100+
github.com/tklauser/numcpus v0.11.0 // indirect
101101
github.com/yusufpapurcu/wmi v1.2.4 // indirect
102102
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
103103
go.opentelemetry.io/collector v0.141.0 // indirect

internal/e2e/go.sum

Lines changed: 8 additions & 8 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: 5 additions & 5 deletions
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.10
6+
github.com/shirou/gopsutil/v4 v4.25.11
77
github.com/stretchr/testify v1.11.1
88
go.opentelemetry.io/collector/component v1.47.0
99
go.opentelemetry.io/collector/confmap v1.47.0
@@ -13,7 +13,7 @@ require (
1313

1414
require (
1515
github.com/davecgh/go-spew v1.1.1 // indirect
16-
github.com/ebitengine/purego v0.9.0 // indirect
16+
github.com/ebitengine/purego v0.9.1 // indirect
1717
github.com/go-ole/go-ole v1.2.6 // indirect
1818
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
1919
github.com/gobwas/glob v0.2.3 // indirect
@@ -29,8 +29,8 @@ require (
2929
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
3030
github.com/pmezard/go-difflib v1.0.0 // indirect
3131
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
32-
github.com/tklauser/go-sysconf v0.3.15 // indirect
33-
github.com/tklauser/numcpus v0.10.0 // indirect
32+
github.com/tklauser/go-sysconf v0.3.16 // indirect
33+
github.com/tklauser/numcpus v0.11.0 // indirect
3434
github.com/yusufpapurcu/wmi v1.2.4 // indirect
3535
go.opentelemetry.io/collector/featuregate v1.47.0 // indirect
3636
go.opentelemetry.io/collector/pdata v1.47.0 // indirect
@@ -39,7 +39,7 @@ require (
3939
go.opentelemetry.io/otel/trace v1.38.0 // indirect
4040
go.uber.org/multierr v1.11.0 // indirect
4141
go.yaml.in/yaml/v3 v3.0.4 // indirect
42-
golang.org/x/sys v0.37.0 // indirect
42+
golang.org/x/sys v0.38.0 // indirect
4343
gopkg.in/yaml.v3 v3.0.1 // indirect
4444
)
4545

internal/memorylimiter/go.sum

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)