From 4c9713c9b8da7fc48daf113d74bd31f9576e1792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 07:26:08 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/spf13?= =?UTF-8?q?/viper=20(v1.18.2=20=E2=86=92=20v1.21.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f15384a..7bfed95 100644 --- a/go.mod +++ b/go.mod @@ -3,5 +3,5 @@ module github.com/ivuorinen/tsm go 1.24 require ( - github.com/spf13/viper v1.18.2 + github.com/spf13/viper v1.21.0 )