From c675c54b271bb10fcc5598c63206c992f0f709e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 May 2026 00:07:47 +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 2ec53f9..b06c49a 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.35.1 github.com/stretchr/testify v1.11.1 - github.com/urfave/cli/v2 v2.27.7 + github.com/urfave/cli/v3 v3.9.0 golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a xorm.io/xorm v1.3.11 )