From d8976d9b9f803fda68a34b776a5cdbbc38f7bdf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:07:42 +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 e5eff05..ffb6c4e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/joho/godotenv v1.4.0 github.com/pkg/errors v0.9.1 - github.com/urfave/cli v1.22.10 + github.com/urfave/cli/v2 v2.25.0 ) require (