From 6d35f3adbf3edc4d5c2402350cb638eea04da65b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:59:20 +0000 Subject: [PATCH] Update module github.com/urfave/cli to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f4a8c94..f5b2656 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/drone/drone-template-lib v1.0.0 github.com/joho/godotenv v1.5.1 github.com/slack-go/slack v0.12.2 - github.com/urfave/cli v1.22.14 + github.com/urfave/cli/v2 v2.25.7 github.com/urfave/cli/v2 v2.25.7 gotest.tools/v3 v3.5.0 )