mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
44 lines
1.6 KiB
Modula-2
44 lines
1.6 KiB
Modula-2
module sigs.k8s.io/kustomize/kyaml
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-errors/errors v1.4.2
|
|
github.com/google/gnostic-models v0.6.8
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/xlab/treeprint v1.2.0
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
|
|
golang.org/x/sys v0.8.0
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961
|
|
sigs.k8s.io/yaml v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
|
|
)
|