From 8bada6ec7f1389046a7b2fe355b3afcd427b4c94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 09:36:16 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/viper to v1.17.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8d76f2207..cea696c99 100644 --- a/go.mod +++ b/go.mod @@ -102,7 +102,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.16.0 + github.com/spf13/viper v1.17.0 github.com/subosito/gotenv v1.4.2 // indirect github.com/xanzy/go-gitlab v0.93.1 go.uber.org/atomic v1.10.0 // indirect