Remove 'git' package from exposed API.

This commit is contained in:
Jeffrey Regan
2019-11-06 12:44:19 -08:00
parent 9e6e928725
commit 6542af600d
7 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ package loader
import (
"sigs.k8s.io/kustomize/api/filesys"
"sigs.k8s.io/kustomize/api/git"
"sigs.k8s.io/kustomize/api/ifc"
"sigs.k8s.io/kustomize/api/internal/git"
)
// NewLoader returns a Loader pointed at the given target.