rewrite go imports
This commit is contained in:
@@ -19,8 +19,8 @@ package apiserver
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/auth/authorizer"
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/auth/authorizer/abac"
|
||||
"k8s.io/kubernetes/pkg/auth/authorizer"
|
||||
"k8s.io/kubernetes/pkg/auth/authorizer/abac"
|
||||
)
|
||||
|
||||
// Attributes implements authorizer.Attributes interface.
|
||||
|
Reference in New Issue
Block a user