From 7340fb457eab9cd20d5057e4d11986fc5eae5e1f Mon Sep 17 00:00:00 2001 From: David Lu <45726258+Lu-David@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:25:12 -0800 Subject: [PATCH 1/2] Update toolchain and indirect dependencies Updated toolchain and indirect dependencies to newer versions. --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 41f569e8..95cb3e86 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-node-termination-handler go 1.25 -toolchain go1.25.5 +toolchain go1.25.7 require ( github.com/Masterminds/sprig/v3 v3.2.3 @@ -87,9 +87,9 @@ require ( go.opentelemetry.io/otel/sdk v1.29.0 // indirect go.opentelemetry.io/otel/trace v1.29.0 // indirect go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect - golang.org/x/crypto v0.31.0 // indirect - golang.org/x/net v0.33.0 // indirect - golang.org/x/oauth2 v0.21.0 // indirect + golang.org/x/crypto v0.35.0 // indirect + golang.org/x/net v0.45.0 // indirect + golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/term v0.27.0 // indirect golang.org/x/text v0.21.0 // indirect From bc8d34eaa615a76051f13606997e2fc98beee185 Mon Sep 17 00:00:00 2001 From: David Lu <45726258+Lu-David@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:27:03 -0800 Subject: [PATCH 2/2] Update golang.org/x/crypto to v0.43.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 95cb3e86..f4c39a7e 100644 --- a/go.mod +++ b/go.mod @@ -87,7 +87,7 @@ require ( go.opentelemetry.io/otel/sdk v1.29.0 // indirect go.opentelemetry.io/otel/trace v1.29.0 // indirect go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect - golang.org/x/crypto v0.35.0 // indirect + golang.org/x/crypto v0.43.0 // indirect golang.org/x/net v0.45.0 // indirect golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/sync v0.10.0 // indirect