Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit d351498

Browse files
committed
fix import
1 parent 8c96a4b commit d351498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/loadbalancer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"github.com/thekubeworld/k8devel/pkg/secret"
2828

2929
"github.com/thekubeworld/k8devel/pkg/kubeproxy"
30-
"github.com/thekubeworld/k8devel/pkg/metallb"
30+
"github.com/thekubeworld/k8devel/pkg/loadbalancer/metallb"
3131
"github.com/thekubeworld/k8devel/pkg/namespace"
3232
"github.com/thekubeworld/k8devel/pkg/pod"
3333
"github.com/thekubeworld/k8devel/pkg/service"

0 commit comments

Comments
 (0)