mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Bumps [github.com/google/gnostic-models](https://github.com/google/gnostic-models) from 0.7.0 to 0.7.1. - [Commits](https://github.com/google/gnostic-models/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/google/gnostic-models dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.6 KiB
Modula-2
43 lines
1.6 KiB
Modula-2
module sigs.k8s.io/kustomize/kyaml
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/go-errors/errors v1.5.1
|
|
github.com/google/gnostic-models v0.7.1
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
|
|
github.com/sergi/go-diff v1.4.0
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/stretchr/testify v1.12.1
|
|
github.com/xlab/treeprint v1.2.0
|
|
go.yaml.in/yaml/v2 v2.4.2
|
|
go.yaml.in/yaml/v3 v3.0.5
|
|
golang.org/x/sys v0.47.0
|
|
google.golang.org/protobuf v1.36.11
|
|
k8s.io/kube-openapi v0.0.0-20260502001324-b7f5293f4787
|
|
sigs.k8s.io/yaml v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.25.4 // indirect
|
|
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/conv v0.25.4 // indirect
|
|
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
|
|
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/loading v0.25.4 // indirect
|
|
github.com/go-openapi/swag/mangling v0.25.4 // indirect
|
|
github.com/go-openapi/swag/netutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.15.0 // indirect
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
|
github.com/stretchr/objx v0.5.3 // indirect
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
|
|
)
|