1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-05 09:21:12 +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:46:51 +00:00
committed by GitHub
parent d98fb4809c
commit e15bf764d1
3 changed files with 4 additions and 7 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"
)