Pin api to pluginator v2.

This commit is contained in:
Jeffrey Regan
2019-11-11 21:25:13 -08:00
parent a6a5976304
commit 1be5292eb6
4 changed files with 9 additions and 13 deletions

View File

@@ -14,6 +14,6 @@ import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
// for integration tests driven by the examples
_ "github.com/monopole/mdrip"
// TODO: See comment in Makefile.
//_ "sigs.k8s.io/kustomize/pluginator"
// for generating code for builtin plugins
_ "sigs.k8s.io/kustomize/pluginator/v2"
)