From 940d6901d4e16723f76517996887f0110666caa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:03:40 +0000 Subject: [PATCH] Update module github.com/spf13/viper to v1.21.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f55f4c2..416c670 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/go-chi/chi/v5 v5.0.8 github.com/lib/pq v1.10.8 - github.com/spf13/viper v1.15.0 + github.com/spf13/viper v1.21.0 ) require (