From 0e58ca4d29ffb162b03643cc4123a0e564ae5485 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Mar 2026 00:07:24 +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..b36c2b7 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.7.0 golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa xorm.io/xorm v1.3.11 )