diff --git a/main.go b/main.go index 089d3c7..8e4c71c 100644 --- a/main.go +++ b/main.go @@ -3,9 +3,9 @@ package main import ( "os" + "github.com/cnrancher/kube-explorer/internal/version" "github.com/rancher/steve/pkg/debug" stevecli "github.com/rancher/steve/pkg/server/cli" - "github.com/rancher/steve/pkg/version" "github.com/rancher/wrangler/v3/pkg/signals" "github.com/sirupsen/logrus" "github.com/urfave/cli"