mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 10:20:35 +00:00
14 lines
262 B
Modula-2
14 lines
262 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/v3 v3.3.1
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/v3 v3.3.1 => ../
|