mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Bump the golang.org/x/net dependency and synchronize the workspace using make workspace-sync
53 lines
2.1 KiB
Modula-2
53 lines
2.1 KiB
Modula-2
module sigs.k8s.io/kustomize/functions/examples/application-cr
|
|
|
|
go 1.22.7
|
|
|
|
require (
|
|
k8s.io/apimachinery v0.29.0
|
|
sigs.k8s.io/application v0.8.2
|
|
sigs.k8s.io/kustomize/kyaml v0.13.7
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/google/gnostic-models v0.6.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/oauth2 v0.15.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
google.golang.org/protobuf v1.35.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/api v0.29.0 // indirect
|
|
k8s.io/apiextensions-apiserver v0.29.0 // indirect
|
|
k8s.io/client-go v0.29.0 // indirect
|
|
k8s.io/klog/v2 v2.130.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
|
|
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
|
|
sigs.k8s.io/controller-runtime v0.4.0 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
|
|
)
|