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

@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
)
var Certs = &cli.Command{

View file

@ -1,7 +1,7 @@
package cli
import (
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
)
var (

View file

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
"codeberg.org/codeberg/pages/server/database"
"codeberg.org/codeberg/pages/server/version"

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"
)

1
go.mod
View file

@ -20,6 +20,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
github.com/urfave/cli/v3 v3.3.8
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
xorm.io/xorm v1.3.9
)

2
go.sum
View file

@ -1623,6 +1623,8 @@ github.com/ultradns/ultradns-go-sdk v1.8.0-20241010134910-243eeec/go.mod h1:BZr7
github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/urfave/cli/v3 v3.3.8 h1:BzolUExliMdet9NlJ/u4m5vHSotJ3PzEqSAZ1oPMa/E=
github.com/urfave/cli/v3 v3.3.8/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
github.com/vinyldns/go-vinyldns v0.9.16 h1:GZJStDkcCk1F1AcRc64LuuMh+ENL8pHA0CVd4ulRMcQ=
github.com/vinyldns/go-vinyldns v0.9.16/go.mod h1:5qIJOdmzAnatKjurI+Tl4uTus7GJKJxb+zitufjHs3Q=
github.com/volcengine/volc-sdk-golang v1.0.199 h1:zv9QOqTl/IsLwtfC37GlJtcz6vMAHi+pjq8ILWjLYUc=

View file

@ -13,7 +13,7 @@ import (
"github.com/pires/go-proxyproto"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
cmd "codeberg.org/codeberg/pages/cli"
"codeberg.org/codeberg/pages/config"