mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Drop winsymlink go 1.23 workaround
(cherry picked from commit 3990b6324d0427eaf9ff970da2be02711567ef5f) Kubernetes-commit: 1f642c79c3192994e76bbe8e7360fd661cd21ab4
This commit is contained in:
committed by
Kubernetes Publisher
parent
a8afb009bc
commit
4c308b3993
@@ -6,14 +6,12 @@ go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
godebug winsymlink=0
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.7.0
|
||||
k8s.io/api v0.0.0-20250218234707-8ce7fe8996bd
|
||||
k8s.io/apimachinery v0.0.0-20250214214420-47e7fa9a40a2
|
||||
k8s.io/client-go v0.0.0-20250219035121-72c2d4d41534
|
||||
k8s.io/code-generator v0.0.0-20250211120344-47286fcaaaaa
|
||||
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.130.1
|
||||
)
|
||||
|
||||
@@ -58,3 +56,10 @@ require (
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
|
||||
sigs.k8s.io/yaml v1.4.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user