From f51bc6e5350601b83e7ce1c9edce44627e50c1fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 26 Apr 2021 15:54:26 +0000 Subject: [PATCH] Update module github.com/spf13/viper to v1.7.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 889f973..8ad426d 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/go-git/go-git/v5 v5.1.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 - github.com/spf13/viper v1.6.3 + github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 github.com/xanzy/go-gitlab v0.34.2 )