mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
12 lines
214 B
Modula-2
12 lines
214 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
|
|
sigs.k8s.io/kustomize/v3 v3.2.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|