From 0f21c794056e3ccc2e1945705c9c405db002cbc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:03:27 +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 3612604..47353c2 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/gin-gonic/gin v1.11.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