1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-10 03:40:17 +00:00

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

This commit is contained in:
renovate-rancher[bot]
2025-08-13 04:47:55 +00:00
committed by GitHub
parent 3709095b9a
commit 7da47feb1b
3 changed files with 7 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
cliv2 "github.com/urfave/cli/v2"
cliv2 "github.com/urfave/cli/v3"
"k8s.io/klog"
)