rewrite go imports
This commit is contained in:
@@ -20,8 +20,8 @@ package network
|
||||
// a fake host is created here that can be used by plugins for testing
|
||||
|
||||
import (
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/client"
|
||||
"k8s.io/kubernetes/pkg/api"
|
||||
"k8s.io/kubernetes/pkg/client"
|
||||
)
|
||||
|
||||
type fakeNetworkHost struct {
|
||||
|
Reference in New Issue
Block a user