From 519804e030c52475a58071cf1e4b9076d1e883cd Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sat, 4 Nov 2023 22:48:21 +0100 Subject: [PATCH] chore(deps): update module github.com/spf13/cobra to v1.8.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f5c7b8..c005814 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.7.0 + github.com/spf13/cobra v1.8.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.16.0 ) -- 2.40.1