mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
17 lines
507 B
Modula-2
17 lines
507 B
Modula-2
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
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/v3 v3.3.1 => ../
|