From 76382c30b9870054d3597e61f5a8515a83597199 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:29:25 +0000 Subject: [PATCH] Update module github.com/spf13/cobra to v1.4.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe774c7..430fead 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c github.com/spf13/afero v1.3.1 - github.com/spf13/cobra v1.0.0 + github.com/spf13/cobra v1.4.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.0 github.com/zserge/lorca v0.1.9