Skip to content

Commit 2568c33

Browse files
Update module github.com/aws/karpenter-provider-aws to v1.14.0
1 parent 3114c9b commit 2568c33

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/datadog-agent
22

3-
go 1.26.0
3+
go 1.26.5
44

55
// v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
66
// to appear there. The trick to accomplish this is to make a new version (in this case v0.9.0)
@@ -232,7 +232,7 @@ require (
232232
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.43.0
233233
github.com/aws/aws-sdk-go-v2/service/ssm v1.71.0
234234
github.com/aws/aws-sdk-go-v2/service/sts v1.44.0
235-
github.com/aws/karpenter-provider-aws v1.9.0
235+
github.com/aws/karpenter-provider-aws v1.14.0
236236
github.com/aymerick/raymond v2.0.2+incompatible
237237
github.com/bazelbuild/rules_go v0.61.1
238238
github.com/beevik/ntp v1.5.0
@@ -508,7 +508,7 @@ require (
508508
pgregory.net/rapid v1.3.0
509509
sigs.k8s.io/custom-metrics-apiserver v1.35.0
510510
sigs.k8s.io/gateway-api v1.5.1
511-
sigs.k8s.io/karpenter v1.9.0
511+
sigs.k8s.io/karpenter v1.14.0
512512
sigs.k8s.io/yaml v1.6.0
513513
)
514514

@@ -613,7 +613,7 @@ require (
613613
github.com/aws/aws-sdk-go-v2/service/sso v1.32.0 // indirect
614614
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.0 // indirect
615615
github.com/aws/smithy-go v1.27.3 // indirect
616-
github.com/awslabs/operatorpkg v0.0.0-20251222193911-34e9a1898737 // indirect
616+
github.com/awslabs/operatorpkg v0.0.0-20260708223819-4da4c353c5fa // indirect
617617
github.com/bahlo/generic-list-go v0.2.0 // indirect
618618
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
619619
github.com/benbjohnson/immutable v0.4.0 // indirect
@@ -966,7 +966,7 @@ require (
966966
github.com/pb33f/jsonpath v0.8.2 // indirect
967967
github.com/pb33f/libopenapi v0.37.2 // indirect
968968
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
969-
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
969+
github.com/pelletier/go-toml/v2 v2.4.3 // indirect
970970
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 // indirect
971971
github.com/philhofer/fwd v1.2.0 // indirect
972972
github.com/pierrec/lz4 v2.6.1+incompatible // indirect

go.sum

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)