From 864c23a24f25986e40454bbe645c0054fd85f3fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 15:54:49 +0000 Subject: [PATCH] fix(deps): update module github.com/imdario/mergo to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8efabb0..a0a2747 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/gin-gonic/gin v1.12.0 github.com/gobwas/ws v1.4.0 github.com/hashicorp/go-version v1.8.0 - github.com/imdario/mergo v0.3.16 + github.com/imdario/mergo v1.0.2 github.com/liip/sheriff v0.12.0 github.com/liip/sheriff/v2 v2.0.1 github.com/sirupsen/logrus v1.9.4