mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
19 lines
435 B
Modula-2
19 lines
435 B
Modula-2
module sigs.k8s.io/kustomize/kustomize/v4
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/text v0.3.7
|
|
sigs.k8s.io/kustomize/api v0.11.4
|
|
sigs.k8s.io/kustomize/cmd/config v0.10.7
|
|
sigs.k8s.io/kustomize/kyaml v0.13.7
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/api => ../api
|