From 16ea0f74bdaee54ea8bc5d9f111f7a0d96cd6689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 05:28:27 +0000 Subject: [PATCH] fix(deps): update module github.com/imdario/mergo to v1 --- src/autoscaler/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoscaler/go.mod b/src/autoscaler/go.mod index 2479613845..32db23d659 100644 --- a/src/autoscaler/go.mod +++ b/src/autoscaler/go.mod @@ -16,7 +16,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.5.0 github.com/hashicorp/go-retryablehttp v0.7.4 - github.com/imdario/mergo v0.3.16 + github.com/imdario/mergo v1.0.0 github.com/jackc/pgx/v5 v5.4.1 github.com/jmoiron/sqlx v1.3.5 github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2