File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/google/uuid v1.6.0 // indirect
2121 github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
2222 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
23- github.com/shirou/gopsutil/v4 v4.25.6 // indirect
23+ github.com/shirou/gopsutil/v4 v4.25.7 // indirect
2424 github.com/tklauser/go-sysconf v0.3.15 // indirect
2525 github.com/tklauser/numcpus v0.10.0 // indirect
2626 github.com/yusufpapurcu/wmi v1.2.4 // indirect
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
2020github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2121github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU =
2222github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 /go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE =
23- github.com/shirou/gopsutil/v4 v4.25.6 h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs =
24- github.com/shirou/gopsutil/v4 v4.25.6 /go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c =
23+ github.com/shirou/gopsutil/v4 v4.25.7 h1:bNb2JuqKuAu3tRlPv5piSmBZyMfecwQ+t/ILq+1JqVM =
24+ github.com/shirou/gopsutil/v4 v4.25.7 /go.mod h1:XV/egmwJtd3ZQjBpJVY5kndsiOO4IRqy9TQnmm6VP7U =
2525github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
2626github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
2727github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4 =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module go.opentelemetry.io/contrib/instrumentation/host
33go 1.23.0
44
55require (
6- github.com/shirou/gopsutil/v4 v4.25.6
6+ github.com/shirou/gopsutil/v4 v4.25.7
77 github.com/stretchr/testify v1.10.0
88 go.opentelemetry.io/otel v1.37.0
99 go.opentelemetry.io/otel/metric v1.37.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt
2626github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 /go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE =
2727github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
2828github.com/rogpeppe/go-internal v1.13.1 /go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o =
29- github.com/shirou/gopsutil/v4 v4.25.6 h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs =
30- github.com/shirou/gopsutil/v4 v4.25.6 /go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c =
29+ github.com/shirou/gopsutil/v4 v4.25.7 h1:bNb2JuqKuAu3tRlPv5piSmBZyMfecwQ+t/ILq+1JqVM =
30+ github.com/shirou/gopsutil/v4 v4.25.7 /go.mod h1:XV/egmwJtd3ZQjBpJVY5kndsiOO4IRqy9TQnmm6VP7U =
3131github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
3232github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
3333github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4 =
You can’t perform that action at this time.
0 commit comments