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

@@ -10,8 +10,8 @@ import (
"strings"
"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"
)
// fileLoader is a kustomization's interface to files.