File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/prometheus/client_golang v1.21.1
12
12
github.com/sethvargo/go-retry v0.3.0
13
13
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
15
15
github.com/sirupsen/logrus v1.9.3
16
16
golang.org/x/sync v0.12.0
17
17
google.golang.org/grpc v1.71.0
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ github.com/shirou/gopsutil/v3 v3.24.1/go.mod h1:UU7a2MSBQa+kW1uuDq8DeEBS8kmrnQws
54
54
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI =
55
55
github.com/shirou/gopsutil/v3 v3.24.5 /go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk =
56
56
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 =
57
58
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM =
58
59
github.com/shoenig/go-m1cpu v0.1.6 /go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ =
59
60
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU =
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ require (
21
21
require (
22
22
github.com/makasim/sentryhook v0.5.0
23
23
github.com/pkg/profile v1.7.0
24
- github.com/shirou/gopsutil/v3 v3.24.5
24
+ github.com/shirou/gopsutil/v3 v3.23.2
25
+ github.com/shirou/gopsutil/v4 v4.25.3
25
26
)
26
27
27
28
// Indirect dependencies
Original file line number Diff line number Diff line change @@ -243,9 +243,11 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
243
243
github.com/sanity-io/litter v1.5.5 /go.mod h1:9gzJgR2i4ZpjZHsKvUXIRQVk7P+yM3e+jAF7bU2UI5U =
244
244
github.com/schollz/closestmatch v2.1.0+incompatible /go.mod h1:RtP1ddjLong6gTkbtmuhtR2uUrrJOpYzYRvbcPAid+g =
245
245
github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
246
+ github.com/shirou/gopsutil/v3 v3.23.2 h1:PAWSuiAszn7IhPMBtXsbSCafej7PqUOvY6YywlQUExU =
246
247
github.com/shirou/gopsutil/v3 v3.23.2 /go.mod h1:gv0aQw33GLo3pG8SiWKiQrbDzbRY1K80RyZJ7V4Th1M =
247
248
github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI =
248
249
github.com/shirou/gopsutil/v3 v3.24.5 /go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk =
250
+ github.com/shirou/gopsutil/v4 v4.25.3 /go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA =
249
251
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM =
250
252
github.com/shoenig/go-m1cpu v0.1.6 /go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ =
251
253
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU =
You can’t perform that action at this time.
0 commit comments