Skip to content

Commit 6a20504

Browse files
authored
build(deps): bump github.com/shirou/gopsutil to v4.24.10 (#5167)
1 parent 75d7ce8 commit 6a20504

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ require (
9595
github.com/sashamelentyev/usestdlibvars v1.27.0
9696
github.com/securego/gosec/v2 v2.21.4
9797
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
98-
github.com/shirou/gopsutil/v3 v3.24.5
98+
github.com/shirou/gopsutil/v4 v4.24.10
9999
github.com/sirupsen/logrus v1.9.3
100100
github.com/sivchari/containedctx v1.0.3
101101
github.com/sivchari/tenv v1.12.1
@@ -142,6 +142,7 @@ require (
142142
github.com/cespare/xxhash/v2 v2.1.2 // indirect
143143
github.com/chavacava/garif v0.1.0 // indirect
144144
github.com/davecgh/go-spew v1.1.1 // indirect
145+
github.com/ebitengine/purego v0.8.1 // indirect
145146
github.com/ettle/strcase v0.2.0 // indirect
146147
github.com/fatih/structtag v1.2.0 // indirect
147148
github.com/fsnotify/fsnotify v1.5.4 // indirect
@@ -179,7 +180,6 @@ require (
179180
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
180181
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
181182
github.com/rivo/uniseg v0.4.7 // indirect
182-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
183183
github.com/spf13/afero v1.11.0 // indirect
184184
github.com/spf13/cast v1.5.0 // indirect
185185
github.com/spf13/jwalterweatherman v1.1.0 // indirect

go.sum

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

test/bench/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"time"
1717

1818
gops "github.com/mitchellh/go-ps"
19-
"github.com/shirou/gopsutil/v3/process"
19+
"github.com/shirou/gopsutil/v4/process"
2020
"github.com/stretchr/testify/require"
2121

2222
"github.com/golangci/golangci-lint/pkg/config"

0 commit comments

Comments
 (0)