From 0bb53d8fc8813c18c019d865e00efb80d38a5a5c Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:43:42 +0000 Subject: [PATCH] chore(deps): update module github.com/rancher/wrangler to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 00bb0473..062783d5 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/rancher/kubernetes-provider-detector v0.1.5 github.com/rancher/norman v0.0.0-20240207153035-cb54924f25c7 github.com/rancher/remotedialer v0.3.0 - github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df + github.com/rancher/wrangler/v3 v3.1.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.8.4 github.com/urfave/cli v1.22.14