From af64598ba9a3dbf555656e0e390659f6ac76063b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Mar 2026 12:07:52 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5196a10..fdca238 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.2 require ( github.com/lmittmann/tint v1.1.3 - github.com/urfave/cli/v2 v2.27.7 + github.com/urfave/cli/v3 v3.7.0 ) require (