From 257fbcc92ff487e1f9fe128b62f4a1e002b42994 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:31:30 +0000 Subject: [PATCH] Update module github.com/pulumi/pulumi-kubernetes/sdk/v3 to v4 --- aws-go-eks/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-go-eks/go.mod b/aws-go-eks/go.mod index f23022ea7..c39acf5c8 100644 --- a/aws-go-eks/go.mod +++ b/aws-go-eks/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.4 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.66.1 - github.com/pulumi/pulumi-kubernetes/sdk/v3 v3.30.2 + github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0 github.com/pulumi/pulumi/sdk/v3 v3.144.1 )