From 334fd107cae97748b752b2dc6fbead3bd799ebb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:55:38 +0000 Subject: [PATCH] chore(deps): update module github.com/go-viper/mapstructure to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c1827c9..b4d7ea5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kilnfi/cardano-validator-watcher go 1.22.5 -replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure v1.6.0 +replace github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure/v2 v2.2.1 require ( github.com/DATA-DOG/go-sqlmock v1.5.2