File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ require (
23
23
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
24
24
github.com/karrick/godirwalk v1.17.0
25
25
github.com/pkg/xattr v0.4.4
26
- github.com/shirou/gopsutil/v3 v3.24.4
26
+ github.com/shirou/gopsutil/v3 v3.24.5
27
+ github.com/shirou/gopsutil/v4 v4.24.7
27
28
github.com/vardius/progress-go v0.0.0-20221030221608-f948426036a9
28
29
go.opencensus.io v0.24.0
29
30
golang.org/x/mod v0.18.0
Original file line number Diff line number Diff line change @@ -1008,6 +1008,9 @@ github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvW
1008
1008
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 /go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg =
1009
1009
github.com/shirou/gopsutil/v3 v3.24.4 h1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU =
1010
1010
github.com/shirou/gopsutil/v3 v3.24.4 /go.mod h1:lTd2mdiOspcqLgAnr9/nGi71NkeMpWKdmhuxm9GusH8 =
1011
+ github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI =
1012
+ github.com/shirou/gopsutil/v3 v3.24.5 /go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk =
1013
+ github.com/shirou/gopsutil/v4 v4.24.7 /go.mod h1:0uW/073rP7FYLOkvxolUQM5rMOLTNmRXnFKafpb71rw =
1011
1014
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM =
1012
1015
github.com/shoenig/go-m1cpu v0.1.6 /go.mod h1:1JJMcUBvfNwpq05QDQVAnx3gUHr9IYF7GNg9SUEw2VQ =
1013
1016
github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU =
You can’t perform that action at this time.
0 commit comments