File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/docker/docker v28.5.1+incompatible
77 github.com/go-resty/resty/v2 v2.16.5
88 github.com/gorilla/websocket v1.5.3
9- github.com/shirou/gopsutil/v4 v4.25.9
9+ github.com/shirou/gopsutil/v4 v4.25.10
1010 github.com/sirupsen/logrus v1.9.3
1111 github.com/spf13/cobra v1.10.1
1212 github.com/spf13/viper v1.21.0
@@ -58,7 +58,7 @@ require (
5858 go.opentelemetry.io/otel/trace v1.38.0 // indirect
5959 go.yaml.in/yaml/v3 v3.0.4 // indirect
6060 golang.org/x/net v0.44.0 // indirect
61- golang.org/x/sys v0.36 .0 // indirect
61+ golang.org/x/sys v0.37 .0 // indirect
6262 golang.org/x/text v0.29.0 // indirect
6363 gopkg.in/yaml.v3 v3.0.1 // indirect
6464 gotest.tools/v3 v3.5.2 // indirect
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ github.com/sagikazarmark/locafero v0.12.0 h1:/NQhBAkUb4+fH1jivKHWusDYFjMOOKU88ee
8787github.com/sagikazarmark/locafero v0.12.0 /go.mod h1:sZh36u/YSZ918v0Io+U9ogLYQJ9tLLBmM4eneO6WwsI =
8888github.com/shirou/gopsutil/v4 v4.25.9 h1:JImNpf6gCVhKgZhtaAHJ0serfFGtlfIlSC08eaKdTrU =
8989github.com/shirou/gopsutil/v4 v4.25.9 /go.mod h1:gxIxoC+7nQRwUl/xNhutXlD8lq+jxTgpIkEf3rADHL8 =
90+ github.com/shirou/gopsutil/v4 v4.25.10 h1:at8lk/5T1OgtuCp+AwrDofFRjnvosn0nkN2OLQ6g8tA =
91+ github.com/shirou/gopsutil/v4 v4.25.10 /go.mod h1:+kSwyC8DRUD9XXEHCAFjK+0nuArFJM0lva+StQAcskM =
9092github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
9193github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
9294github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I =
@@ -141,6 +143,8 @@ golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7w
141143golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
142144golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
143145golang.org/x/sys v0.36.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
146+ golang.org/x/sys v0.37.0 h1:fdNQudmxPjkdUTPnLn5mdQv7Zwvbvpaxqs831goi9kQ =
147+ golang.org/x/sys v0.37.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
144148golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk =
145149golang.org/x/text v0.29.0 /go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4 =
146150golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U =
You can’t perform that action at this time.
0 commit comments