fix(deps): update module github.com/shirou/gopsutil/v3 to v4 (#3888)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2024-09-15 08:51:10 -07:00
committed by GitHub
parent 73fdf2f087
commit c01d738476
2 changed files with 5 additions and 1 deletions

3
go.mod
View File

@@ -32,7 +32,7 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.26.0
golang.org/x/net v0.28.0
golang.org/x/sys v0.23.0 // indirect
golang.org/x/sys v0.24.0 // indirect
)
require github.com/prometheus/client_golang v1.20.0
@@ -81,6 +81,7 @@ require (
github.com/mssola/user_agent v0.6.0
github.com/oapi-codegen/runtime v1.1.1
github.com/shirou/gopsutil/v3 v3.24.5
github.com/shirou/gopsutil/v4 v4.24.8
github.com/stretchr/testify v1.9.0
github.com/yuin/goldmark-emoji v1.0.3
gopkg.in/evanphx/json-patch.v5 v5.9.0