From f22b74e45f30b669219c1ec7448c6aa1210ff43c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Feb 2026 00:06:28 +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 483dcaa..12091e5 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad github.com/rs/zerolog v1.34.0 github.com/stretchr/testify v1.11.1 - github.com/urfave/cli/v2 v2.27.7 + github.com/urfave/cli/v3 v3.6.2 golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa xorm.io/xorm v1.3.11 )