File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/aws/amazon-cloudwatch-agent
22
3- go 1.24.7
3+ go 1.24.9
44
55replace github.com/influxdata/telegraf => github.com/aws/telegraf v0.10.2-0.20250113150713-a2dfaa4cdf6d
66
@@ -236,6 +236,8 @@ require (
236236 k8s.io/klog/v2 v2.130.1
237237)
238238
239+ require github.com/shirou/gopsutil/v4 v4.25.3
240+
239241require (
240242 cloud.google.com/go/auth v0.15.0 // indirect
241243 cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
@@ -497,7 +499,6 @@ require (
497499 github.com/rs/cors v1.11.1 // indirect
498500 github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 // indirect
499501 github.com/scaleway/scaleway-sdk-go v1.0.0-beta.32 // indirect
500- github.com/shirou/gopsutil/v4 v4.25.3 // indirect
501502 github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
502503 github.com/sirupsen/logrus v1.9.3 // indirect
503504 github.com/sleepinggenius2/gosmi v0.4.4 // indirect
You can’t perform that action at this time.
0 commit comments