From 660fd7d8315e6c8a937615ed262a55e23082bffc Mon Sep 17 00:00:00 2001 From: CSRBot Date: Fri, 6 Oct 2023 20:34:01 +0200 Subject: [PATCH] chore(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 7f5c7b8..6e8e317 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.16.0 + github.com/spf13/viper v1.17.0 ) require (