From 51adca2b366baa1d31a1e6b3de73c0a229196c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 06:34:46 +0000 Subject: [PATCH] chore(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 66516cf0c..09671b816 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5 github.com/google/go-querystring v1.1.0 github.com/hashicorp/go-retryablehttp v0.7.0 - github.com/imdario/mergo v0.3.16 + github.com/imdario/mergo v1.0.0 github.com/mitchellh/mapstructure v1.4.3 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0