File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "io"
2222 "os"
2323
24- cli "github.com/urfave/cli/v2 "
24+ cli "github.com/urfave/cli/v3 "
2525 "k8s.io/klog/v2"
2626
2727 "sigs.k8s.io/yaml"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "encoding/json"
2121 "fmt"
2222
23- cli "github.com/urfave/cli/v2 "
23+ cli "github.com/urfave/cli/v3 "
2424)
2525
2626// prt returns a reference to whatever type is passed into it
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "syscall"
2626
2727 "github.com/prometheus/procfs"
28- cli "github.com/urfave/cli/v2 "
28+ cli "github.com/urfave/cli/v3 "
2929
3030 v1 "k8s.io/api/core/v1"
3131 "k8s.io/apimachinery/pkg/fields"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "syscall"
1111 "time"
1212
13- "github.com/urfave/cli/v2 "
13+ "github.com/urfave/cli/v3 "
1414 "k8s.io/klog/v2"
1515
1616 "github.com/NVIDIA/go-nvlib/pkg/nvlib/device"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "syscall"
2525 "time"
2626
27- "github.com/urfave/cli/v2 "
27+ "github.com/urfave/cli/v3 "
2828 "k8s.io/klog/v2"
2929
3030 "github.com/NVIDIA/go-nvlib/pkg/nvlib/device"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "strconv"
2525 "strings"
2626
27- "github.com/urfave/cli/v2 "
27+ "github.com/urfave/cli/v3 "
2828 "k8s.io/klog/v2"
2929 "k8s.io/mount-utils"
3030)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
2929 nvinfo "github.com/NVIDIA/go-nvlib/pkg/nvlib/info"
3030 "github.com/NVIDIA/go-nvml/pkg/nvml"
3131 "github.com/fsnotify/fsnotify"
32- "github.com/urfave/cli/v2 "
32+ "github.com/urfave/cli/v3 "
3333 "k8s.io/klog/v2"
3434 pluginapi "k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1"
3535
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package flags
2020import (
2121 "fmt"
2222
23- "github.com/urfave/cli/v2 "
23+ "github.com/urfave/cli/v3 "
2424
2525 coreclientset "k8s.io/client-go/kubernetes"
2626 "k8s.io/client-go/rest"
Original file line number Diff line number Diff line change 1818package flags
1919
2020import (
21- "github.com/urfave/cli/v2 "
21+ "github.com/urfave/cli/v3 "
2222)
2323
2424type NodeConfig struct {
You can’t perform that action at this time.
0 commit comments