mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-14 00:20:23 +00:00
12 lines
215 B
Modula-2
12 lines
215 B
Modula-2
module sigs.k8s.io/kustomize/kustomize/v3
|
|
|
|
go 1.13
|
|
|
|
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/api v0.2.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|