mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
Start pluglib, a set of public, plugin specific functions.
This commit is contained in:
@@ -2,15 +2,6 @@ module sigs.k8s.io/kustomize/pluginator
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
||||
github.com/google/gofuzz v1.0.0 // indirect
|
||||
github.com/googleapis/gnostic v0.3.0 // indirect
|
||||
github.com/json-iterator/go v1.1.6 // indirect
|
||||
github.com/mailru/easyjson v0.0.0-20190620125010-da37f6c1e481 // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
k8s.io/klog v0.3.3 // indirect
|
||||
sigs.k8s.io/kustomize/v3 v3.3.1
|
||||
)
|
||||
require sigs.k8s.io/kustomize/v3 v3.3.1
|
||||
|
||||
replace sigs.k8s.io/kustomize/v3 v3.3.1 => ../
|
||||
|
||||
Reference in New Issue
Block a user