Move filesys package up to make public.

This commit is contained in:
Jeffrey Regan
2019-10-14 12:26:23 -07:00
parent 237848a80b
commit a88ee3f93c
68 changed files with 136 additions and 137 deletions

View File

@@ -7,7 +7,7 @@ import (
"fmt"
"github.com/spf13/pflag"
"sigs.k8s.io/kustomize/v3/pkg/filesys"
"sigs.k8s.io/kustomize/v3/filesys"
)
//go:generate stringer -type=loadRestrictions