|
1 | 1 | module github.com/DataDog/datadog-agent |
2 | 2 |
|
3 | | -go 1.26.0 |
| 3 | +go 1.26.5 |
4 | 4 |
|
5 | 5 | // v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version |
6 | 6 | // 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 ( |
232 | 232 | github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.43.0 |
233 | 233 | github.com/aws/aws-sdk-go-v2/service/ssm v1.71.0 |
234 | 234 | 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 |
236 | 236 | github.com/aymerick/raymond v2.0.2+incompatible |
237 | 237 | github.com/bazelbuild/rules_go v0.61.1 |
238 | 238 | github.com/beevik/ntp v1.5.0 |
@@ -508,7 +508,7 @@ require ( |
508 | 508 | pgregory.net/rapid v1.3.0 |
509 | 509 | sigs.k8s.io/custom-metrics-apiserver v1.35.0 |
510 | 510 | sigs.k8s.io/gateway-api v1.5.1 |
511 | | - sigs.k8s.io/karpenter v1.9.0 |
| 511 | + sigs.k8s.io/karpenter v1.14.0 |
512 | 512 | sigs.k8s.io/yaml v1.6.0 |
513 | 513 | ) |
514 | 514 |
|
@@ -613,7 +613,7 @@ require ( |
613 | 613 | github.com/aws/aws-sdk-go-v2/service/sso v1.32.0 // indirect |
614 | 614 | github.com/aws/aws-sdk-go-v2/service/ssooidc v1.37.0 // indirect |
615 | 615 | 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 |
617 | 617 | github.com/bahlo/generic-list-go v0.2.0 // indirect |
618 | 618 | github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect |
619 | 619 | github.com/benbjohnson/immutable v0.4.0 // indirect |
@@ -966,7 +966,7 @@ require ( |
966 | 966 | github.com/pb33f/jsonpath v0.8.2 // indirect |
967 | 967 | github.com/pb33f/libopenapi v0.37.2 // indirect |
968 | 968 | 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 |
970 | 970 | github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 // indirect |
971 | 971 | github.com/philhofer/fwd v1.2.0 // indirect |
972 | 972 | github.com/pierrec/lz4 v2.6.1+incompatible // indirect |
|
0 commit comments