Remove unnecessary import aliases.

This commit is contained in:
Jeffrey Regan
2018-08-31 16:54:38 -07:00
parent fab2a5a5d7
commit 340cb2b385
8 changed files with 10 additions and 15 deletions

View File

@@ -20,8 +20,7 @@ import (
"reflect"
"testing"
jsonpatch "github.com/evanphx/json-patch"
"github.com/evanphx/json-patch"
"github.com/kubernetes-sigs/kustomize/pkg/resmap"
"github.com/kubernetes-sigs/kustomize/pkg/resource"
)