mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-01 23:03:42 +00:00
fix: use local version package
This commit is contained in:
parent
2d512c0a72
commit
9ce631d30f
2
main.go
2
main.go
@ -3,9 +3,9 @@ package main
|
|||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
|
"github.com/cnrancher/kube-explorer/internal/version"
|
||||||
"github.com/rancher/steve/pkg/debug"
|
"github.com/rancher/steve/pkg/debug"
|
||||||
stevecli "github.com/rancher/steve/pkg/server/cli"
|
stevecli "github.com/rancher/steve/pkg/server/cli"
|
||||||
"github.com/rancher/steve/pkg/version"
|
|
||||||
"github.com/rancher/wrangler/v3/pkg/signals"
|
"github.com/rancher/wrangler/v3/pkg/signals"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
|
Loading…
Reference in New Issue
Block a user