From a45f90b6451ea8d1d462d0ccc1261df0b7e64f42 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 11 Oct 2022 19:41:59 +0200 Subject: [PATCH] chore(deps): update module github.com/spf13/cobra to v1.6.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 162208b..f1bf5e7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/drone-email-docker go 1.18 require ( - github.com/spf13/cobra v1.5.0 + github.com/spf13/cobra v1.6.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.13.0 )