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,10 +20,9 @@ import (
"strings"
"testing"
yaml "gopkg.in/yaml.v2"
"github.com/kubernetes-sigs/kustomize/pkg/internal/loadertest"
"github.com/kubernetes-sigs/kustomize/pkg/patch"
"gopkg.in/yaml.v2"
)
func TestNewPatchJson6902FactoryNull(t *testing.T) {