From edc9a40538c9f04278aa42140d0c276e8ee2ffa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:58:35 +0000 Subject: [PATCH] Update module github.com/imdario/mergo to v1.0.1 --- ingress-nginx/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress-nginx/go.mod b/ingress-nginx/go.mod index 19263b0d..843837d5 100644 --- a/ingress-nginx/go.mod +++ b/ingress-nginx/go.mod @@ -9,7 +9,7 @@ require ( github.com/fsnotify/fsnotify v1.7.0 github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect github.com/gavv/httpexpect/v2 v2.16.0 - github.com/imdario/mergo v1.0.0 + github.com/imdario/mergo v1.0.1 github.com/json-iterator/go v1.1.12 github.com/kylelemons/godebug v1.1.0 github.com/mitchellh/copystructure v1.2.0