File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ require (
5959 github.com/pelletier/go-toml/v2 v2.2.3
6060 github.com/rootless-containers/bypass4netns v0.4.1
6161 github.com/rootless-containers/rootlesskit/v2 v2.3.1
62+ github.com/shirou/gopsutil/v4 v4.24.7
6263 github.com/spf13/cobra v1.8.1
6364 github.com/spf13/pflag v1.0.5
6465 github.com/vishvananda/netlink v1.3.0
@@ -122,7 +123,6 @@ require (
122123 github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
123124 github.com/pkg/errors v0.9.1 // indirect
124125 github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
125- github.com/shirou/gopsutil/v3 v3.24.5 // indirect
126126 github.com/sirupsen/logrus v1.9.3 // indirect
127127 github.com/spaolacci/murmur3 v1.1.0 // indirect
128128 github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
Original file line number Diff line number Diff line change @@ -279,8 +279,8 @@ github.com/rootless-containers/bypass4netns v0.4.1/go.mod h1:slu3ygwy1x6ey78oBTN
279279github.com/rootless-containers/rootlesskit/v2 v2.3.1 h1:wdYtdKxWFvVLby9ThMP6O6/v2q/GmOXbkRi+4m9nPW0 =
280280github.com/rootless-containers/rootlesskit/v2 v2.3.1 /go.mod h1:tdtfS9ak4bGmwJRmcjsAzcHN5rJ3c5dB7yhSV10KTbk =
281281github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
282- github.com/shirou/gopsutil/v3 v3 .24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI =
283- github.com/shirou/gopsutil/v3 v3 .24.5 /go.mod h1:bsoOS1aStSs9ErQ1WWfxllSeS1K5D+U30r2NfcubMVk =
282+ github.com/shirou/gopsutil/v4 v4 .24.7 h1:V9UGTK4gQ8HvcnPKf6Zt3XHyQq/peaekfxpJ2HSocJk =
283+ github.com/shirou/gopsutil/v4 v4 .24.7 /go.mod h1:0uW/073rP7FYLOkvxolUQM5rMOLTNmRXnFKafpb71rw =
284284github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
285285github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
286286github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package statsutil
1919import (
2020 "time"
2121
22- "github.com/shirou/gopsutil/v3 /mem"
22+ "github.com/shirou/gopsutil/v4 /mem"
2323 "github.com/vishvananda/netlink"
2424
2525 v1 "github.com/containerd/cgroups/v3/cgroup1/stats"
You can’t perform that action at this time.
0 commit comments