From b3e17884f3168d95c2e9fb6e5cc37ec898505778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:28:28 +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 936a928..2f14cae 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/ndpete/authcodetest go 1.12 -require github.com/urfave/cli v1.20.0 +require github.com/urfave/cli/v2 v2.25.0