mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-06-07 00:05:04 +08:00
Merge pull request #131755 from jpbetz/openapi-type-name-gen
Allow OpenAPI model package names to be declared by APIs Kubernetes-commit: 69e637f24c23764973e30491afab202c0d083399
This commit is contained in:
@@ -8,10 +8,10 @@ godebug default=go1.24
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.9.0
|
||||
k8s.io/api v0.0.0-20250910154843-1fa0d26cdf76
|
||||
k8s.io/apimachinery v0.0.0-20250910225611-100e5eee9b94
|
||||
k8s.io/client-go v0.0.0-20250911155236-778883995e1c
|
||||
k8s.io/code-generator v0.0.0-20250911000617-8ba2fe21578c
|
||||
k8s.io/api v0.0.0-20250911194840-ed58f06b9673
|
||||
k8s.io/apimachinery v0.0.0-20250911194554-abb5535e33dd
|
||||
k8s.io/client-go v0.0.0-20250911195247-f8bdeaf0f324
|
||||
k8s.io/code-generator v0.0.0-20250911200255-399cfd7620c1
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
|
||||
)
|
||||
@@ -39,20 +39,20 @@ require (
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
||||
golang.org/x/mod v0.26.0 // indirect
|
||||
golang.org/x/mod v0.27.0 // indirect
|
||||
golang.org/x/net v0.43.0 // indirect
|
||||
golang.org/x/oauth2 v0.30.0 // indirect
|
||||
golang.org/x/sync v0.16.0 // indirect
|
||||
golang.org/x/sys v0.35.0 // indirect
|
||||
golang.org/x/term v0.34.0 // indirect
|
||||
golang.org/x/text v0.28.0 // indirect
|
||||
golang.org/x/tools v0.35.0 // indirect
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
google.golang.org/protobuf v1.36.8 // indirect
|
||||
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
k8s.io/gengo/v2 v2.0.0-20250903151518-081d64401ab4 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
|
||||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
|
||||
sigs.k8s.io/randfill v1.0.0 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user