mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-01 00:00:03 +08:00
Update github.com/moby/spdystream from v0.5.0 to v0.5.1
Kubernetes-commit: 7e9c2c8eef26f99aa2f94d8e09d6d32de86c7769 Kubernetes-commit: f6209104d25a6c0ea7605a73b9ec4085aacbca03
This commit is contained in:
committed by
Kubernetes Publisher
parent
af87cf97b0
commit
e71d591837
@@ -8,10 +8,10 @@ godebug default=go1.26
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.14.0
|
||||
k8s.io/api v0.0.0-20260318195839-1ee4dbfb376b
|
||||
k8s.io/apimachinery v0.0.0-20260318195418-729062d58854
|
||||
k8s.io/client-go v0.0.0-20260318200515-2fb6b9cac00d
|
||||
k8s.io/code-generator v0.0.0-20260318201857-f4e4b3a54116
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog/v2 v2.140.0
|
||||
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a
|
||||
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
|
||||
@@ -56,3 +56,11 @@ require (
|
||||
sigs.k8s.io/randfill v1.0.0 // indirect
|
||||
sigs.k8s.io/yaml v1.6.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/streaming => ../streaming
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user