Increment major version from v3 to v4

This commit is contained in:
monopole
2021-02-12 13:26:41 -08:00
parent 3ec62c6e26
commit 1c3832f897
46 changed files with 65 additions and 65 deletions

View File

@@ -6,7 +6,7 @@ package fix
import (
"github.com/spf13/cobra"
"sigs.k8s.io/kustomize/api/filesys"
"sigs.k8s.io/kustomize/kustomize/v3/commands/internal/kustfile"
"sigs.k8s.io/kustomize/kustomize/v4/commands/internal/kustfile"
)
// NewCmdFix returns an instance of 'fix' subcommand.