Copy pluginator to its own module.

This commit is contained in:
Jeffrey Regan
2019-09-24 11:24:13 -07:00
parent 9b3de82b45
commit 33deefc307
4 changed files with 331 additions and 0 deletions

5
pluginator/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module sigs.k8s.io/kustomize/pluginator
go 1.12
require sigs.k8s.io/kustomize/v3 v3.2.0