1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-26 07:22:19 +00:00

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

This commit is contained in:
renovate-rancher[bot]
2025-07-05 04:41:47 +00:00
committed by GitHub
parent 7aea36c8bd
commit bd1fb45dcb
6 changed files with 7 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import (
"time"
"github.com/rancher/steve/pkg/auth"
"github.com/urfave/cli/v2"
"github.com/urfave/cli/v3"
"k8s.io/client-go/tools/clientcmd"
)