mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 01:30:51 +00:00
18 lines
478 B
Modula-2
18 lines
478 B
Modula-2
module sigs.k8s.io/kustomize/kustomize/v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
sigs.k8s.io/kustomize/v3 v3.2.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
// When tagging and releasing this module (the kustomize CLI),
|
|
// be sure to require a specific version of sig.k8s.io/kustomize
|
|
// above, and drop the following replace directive.
|
|
replace sigs.k8s.io/kustomize/v3 v3.2.0 => ../
|