Skip to content

Commit

Permalink
Bump github.com/shirou/gopsutil to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Costa <[email protected]>
  • Loading branch information
ctlong authored and acosta11 committed Jul 31, 2024
1 parent ddd7cf9 commit 34d99e8
Show file tree
Hide file tree
Showing 150 changed files with 461 additions and 860 deletions.
1 change: 1 addition & 0 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/shirou/gopsutil/v4 v4.24.6 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/square/certstrap v1.3.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
Expand Down
2 changes: 2 additions & 0 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ github.com/satori/go.uuid v0.0.0-20160603004225-b111a074d5ef/go.mod h1:dA0hQrYB0
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc=
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=
github.com/shirou/gopsutil/v3 v3.24.5/go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk=
github.com/shirou/gopsutil/v4 v4.24.6 h1:9qqCSYF2pgOU+t+NgJtp7Co5+5mHF/HyKBUckySQL64=
github.com/shirou/gopsutil/v4 v4.24.6/go.mod h1:aoebb2vxetJ/yIDZISmduFvVNPHqXQ9SEJwRXxkf0RA=
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
Expand Down
2 changes: 1 addition & 1 deletion src/internal/gateway/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/shirou/gopsutil/v3/host"
"github.com/shirou/gopsutil/v4/host"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/status"
Expand Down
47 changes: 0 additions & 47 deletions src/vendor/github.com/shirou/gopsutil/v3/host/host_darwin_cgo.go

This file was deleted.

14 changes: 0 additions & 14 deletions src/vendor/github.com/shirou/gopsutil/v3/host/host_darwin_nocgo.go

This file was deleted.

169 changes: 0 additions & 169 deletions src/vendor/github.com/shirou/gopsutil/v3/host/smc_darwin.c

This file was deleted.

32 changes: 0 additions & 32 deletions src/vendor/github.com/shirou/gopsutil/v3/host/smc_darwin.h

This file was deleted.

12 changes: 0 additions & 12 deletions src/vendor/github.com/shirou/gopsutil/v3/net/net_linux_111.go

This file was deleted.

12 changes: 0 additions & 12 deletions src/vendor/github.com/shirou/gopsutil/v3/net/net_linux_116.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 34d99e8

Please sign in to comment.