1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-21 03:19:20 +00:00

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

This commit is contained in:
renovate-rancher[bot]
2025-05-11 04:39:31 +00:00
committed by GitHub
parent ea01a40c8d
commit 1179610fbb
6 changed files with 7 additions and 15 deletions

View File

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