From d61f1dddbd68eaab56f38c19e16148f6ff44f01a Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 5 Jul 2024 14:43:51 +0000 Subject: [PATCH] chore: deps(go): bump module github.com/spf13/viper to v1.19.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9c8abc4..e9a638a 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/jackc/pgx/v5 v5.5.5 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 - github.com/spf13/viper v1.18.2 + github.com/spf13/viper v1.19.0 github.com/updatecli/updatecli v0.79.1 )