Skip to content

Commit dc28c2e

Browse files
fix(deps): update module github.com/shirou/gopsutil/v3 to v4
1 parent 2b0b379 commit dc28c2e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

runner/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/prometheus/client_golang v1.21.1
1212
github.com/sethvargo/go-retry v0.3.0
1313
github.com/shirou/gopsutil/v3 v3.24.5
14-
github.com/shirou/gopsutil/v4 v4.25.2
14+
github.com/shirou/gopsutil/v4 v4.25.3
1515
github.com/sirupsen/logrus v1.9.3
1616
golang.org/x/sync v0.12.0
1717
google.golang.org/grpc v1.71.0

runner/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ github.com/shirou/gopsutil/v3 v3.24.1/go.mod h1:UU7a2MSBQa+kW1uuDq8DeEBS8kmrnQws
5454
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=
5555
github.com/shirou/gopsutil/v3 v3.24.5/go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk=
5656
github.com/shirou/gopsutil/v4 v4.25.2/go.mod h1:34gBYJzyqCDT11b6bMHP0XCvWeU3J61XRT7a2EmCRTA=
57+
github.com/shirou/gopsutil/v4 v4.25.3/go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA=
5758
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
5859
github.com/shoenig/go-m1cpu v0.1.6/go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ=
5960
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=

worker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
require (
2424
github.com/makasim/sentryhook v0.5.0
2525
github.com/pkg/profile v1.7.0
26-
github.com/shirou/gopsutil/v3 v3.24.5
26+
github.com/shirou/gopsutil/v4 v4.25.3
2727
)
2828

2929
// Indirect dependencies

0 commit comments

Comments
 (0)