Collect existing internal pkgs under one roof.

This commit is contained in:
Jeffrey Regan
2019-04-23 11:51:13 -07:00
parent 185ae510e8
commit 8991bcb399
21 changed files with 22 additions and 22 deletions

View File

@@ -17,9 +17,9 @@ import (
"strings"
"testing"
"sigs.k8s.io/kustomize/internal/loadertest"
"sigs.k8s.io/kustomize/k8sdeps/kunstruct"
"sigs.k8s.io/kustomize/k8sdeps/kv/plugin"
"sigs.k8s.io/kustomize/pkg/internal/loadertest"
"sigs.k8s.io/kustomize/pkg/resmap"
"sigs.k8s.io/kustomize/pkg/resource"
)