diff options
Diffstat (limited to 'edgemesh/pkg/plugin/plugin.go')
| -rw-r--r-- | edgemesh/pkg/plugin/plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/edgemesh/pkg/plugin/plugin.go b/edgemesh/pkg/plugin/plugin.go index 9c6dd8c29..ee73e57e5 100644 --- a/edgemesh/pkg/plugin/plugin.go +++ b/edgemesh/pkg/plugin/plugin.go @@ -1,16 +1,16 @@ package plugin import ( - "k8s.io/klog/v2" - "github.com/go-chassis/go-archaius" "github.com/go-chassis/go-chassis/control" "github.com/go-chassis/go-chassis/core/config" "github.com/go-chassis/go-chassis/core/config/model" "github.com/go-chassis/go-chassis/core/loadbalancer" "github.com/go-chassis/go-chassis/core/registry" + "k8s.io/klog/v2" meshConfig "github.com/kubeedge/kubeedge/edgemesh/pkg/config" + // Register panel to aviod panic error _ "github.com/kubeedge/kubeedge/edgemesh/pkg/plugin/panel" meshRegistry "github.com/kubeedge/kubeedge/edgemesh/pkg/plugin/registry" |
