mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
14 lines
326 B
Modula-2
14 lines
326 B
Modula-2
module sigs.k8s.io/kustomize/kustomize
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
|
github.com/googleapis/gnostic v0.3.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
sigs.k8s.io/kustomize/api v0.1.1
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|