mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-08-03 00:00:02 +08:00
Bump konnectivity network proxy to v0.0.33.
Includes a couple bug fixes for better handling of dial failures. [Agent & Server](https://github.com/kubernetes-sigs/apiserver-network-proxy/commits/v0.0.33) include numerous other fixes. Kubernetes-commit: c2e5631742fff152edc3714f9b3e0064aaf92eb2
This commit is contained in:
committed by
Kubernetes Publisher
parent
9a746c631a
commit
2eda7e40ea
@@ -5,16 +5,17 @@ module k8s.io/sample-controller
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20220222194917-a6b22073a6bd
|
||||
k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
|
||||
k8s.io/client-go v0.0.0-20220331091936-a475c2871397
|
||||
k8s.io/code-generator v0.0.0-20220331052100-31c00a6b95fa
|
||||
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.30.0
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20220222194917-a6b22073a6bd
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20220331091936-a475c2871397
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20220331052100-31c00a6b95fa
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/sample-controller => ../sample-controller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user