From 2ce5de90dcf329865c616bef4438ddd59611a12f Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Tue, 5 Nov 2024 04:09:22 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20module=20github.com/imd?= =?UTF-8?q?ario/mergo=20v0.3.16=20=E2=86=92=20v1.0.1=20(clustertool)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clustertool/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index dc616e3374a74..c42093d09a8e4 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -36,7 +36,7 @@ require ( sigs.k8s.io/yaml v1.4.0 ) -replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 +replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.1 replace go.mozilla.org/sops/v3 => github.com/getsops/sops/v3 v3.9.1