From ba64ce3bc576f8028441c71d9e08a4414e23be44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:32:09 +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 5ebd52b..bfed986 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.1 )