fix(deps): update module github.com/urfave/cli/v2 to v3

This commit is contained in:
woodpecker-bot 2025-06-16 00:13:39 +00:00
parent 566dd8e5c6
commit 903c36c039
8 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import (
"github.com/creasty/defaults"
"github.com/pelletier/go-toml/v2"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
)
var ALWAYS_BLACKLISTED_PATHS = []string{

View file

@ -7,7 +7,7 @@ import (
"github.com/pelletier/go-toml/v2"
"github.com/stretchr/testify/assert"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
cmd "codeberg.org/codeberg/pages/cli"
)