From fc37bd97fe4bfcbd3ed49968e814af6943a9414d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Apr 2026 18:19:57 +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..23e6501 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.8.0 ) require (