1
0
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:
Yuxing Deng 2024-09-26 10:28:50 +08:00
parent 2d512c0a72
commit 9ce631d30f

View File

@ -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"