Skip to content

Commit a4927fa

Browse files
committed
Bumping go version to fix CVEs
1 parent b31cbc0 commit a4927fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-cloudwatch-agent
22

3-
go 1.24.7
3+
go 1.24.9
44

55
replace 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+
239241
require (
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

0 commit comments

Comments
 (0)