@@ -3,7 +3,7 @@ module go.opentelemetry.io/collector/internal/memorylimiter
3
3
go 1.23.0
4
4
5
5
require (
6
- github.com/shirou/gopsutil/v4 v4.25.6
6
+ github.com/shirou/gopsutil/v4 v4.25.7
7
7
github.com/stretchr/testify v1.10.0
8
8
go.opentelemetry.io/collector/component v1.37.0
9
9
go.opentelemetry.io/collector/confmap v1.37.0
@@ -33,8 +33,8 @@ require (
33
33
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
34
34
github.com/pmezard/go-difflib v1.0.0 // indirect
35
35
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
36
- github.com/tklauser/go-sysconf v0.3.12 // indirect
37
- github.com/tklauser/numcpus v0.6.1 // indirect
36
+ github.com/tklauser/go-sysconf v0.3.15 // indirect
37
+ github.com/tklauser/numcpus v0.10.0 // indirect
38
38
github.com/yusufpapurcu/wmi v1.2.4 // indirect
39
39
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
40
40
go.opentelemetry.io/collector/featuregate v1.37.0 // indirect
@@ -49,7 +49,7 @@ require (
49
49
go.uber.org/multierr v1.11.0 // indirect
50
50
go.yaml.in/yaml/v3 v3.0.4 // indirect
51
51
golang.org/x/net v0.40.0 // indirect
52
- golang.org/x/sys v0.33 .0 // indirect
52
+ golang.org/x/sys v0.34 .0 // indirect
53
53
golang.org/x/text v0.25.0 // indirect
54
54
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
55
55
google.golang.org/grpc v1.74.2 // indirect
0 commit comments