mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-05-09 08:26:33 +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 (
|
||||
"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"
|
||||
|
Loading…
Reference in New Issue
Block a user