mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #129349 from dims/bump-x/net-to-v0.33.0
Bump x/net to v0.33.0 Kubernetes-commit: b7ef173c59065f9a5f68eb514ef0483c6f3887ae
This commit is contained in:
@@ -10,10 +10,10 @@ godebug winsymlink=0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.7.0
|
||||
k8s.io/api v0.0.0-20241220201724-9603cdf39dd3
|
||||
k8s.io/apimachinery v0.0.0-20241218214440-307a3ddd3cae
|
||||
k8s.io/client-go v0.0.0-20250103162209-2ad95cfec907
|
||||
k8s.io/code-generator v0.0.0-20241218220056-bd95f067c5d5
|
||||
k8s.io/api v0.0.0-20250106201850-018f9a59fc40
|
||||
k8s.io/apimachinery v0.0.0-20250106201545-3e8e52d6a125
|
||||
k8s.io/client-go v0.0.0-20250106202309-ca1e525bb47b
|
||||
k8s.io/code-generator v0.0.0-20250106203108-fd5ea63b1460
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
@@ -40,7 +40,7 @@ require (
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
golang.org/x/mod v0.21.0 // indirect
|
||||
golang.org/x/net v0.30.0 // indirect
|
||||
golang.org/x/net v0.33.0 // indirect
|
||||
golang.org/x/oauth2 v0.23.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user