From 43743a5507580ed4b3a85e944b6af67a711bd056 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 14:32:05 +0000 Subject: [PATCH] Update module github.com/spf13/cobra to v1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 619a497a..a09df4cd 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/qlik-oss/k-apis v0.1.16 github.com/robfig/cron/v3 v3.0.1 github.com/rogpeppe/go-internal v1.5.2 // indirect - github.com/spf13/cobra v0.0.6 + github.com/spf13/cobra v1.3.0 github.com/spf13/viper v1.6.1 golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 // indirect golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect