Skip to content

Commit bf14697

Browse files
liggittk8s-publishing-bot
authored andcommitted
Revert to go1.22 windows filesystem stdlib behavior
Kubernetes-commit: 3878a3a6de64660e356a35f70471c27a09698090
1 parent 1f546ee commit bf14697

File tree

2 files changed

+161
-15
lines changed

2 files changed

+161
-15
lines changed

go.mod

+17-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ go 1.23.0
66

77
godebug default=go1.23
88

9+
godebug winreadlinkvolume=0
10+
11+
godebug winsymlink=0
12+
913
require (
1014
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
1115
github.com/blang/semver/v4 v4.0.0
@@ -50,12 +54,12 @@ require (
5054
gopkg.in/evanphx/json-patch.v4 v4.12.0
5155
gopkg.in/natefinch/lumberjack.v2 v2.2.1
5256
gopkg.in/square/go-jose.v2 v2.6.0
53-
k8s.io/api v0.0.0-20241127162655-f8e5e36c84f1
54-
k8s.io/apimachinery v0.0.0-20240920213627-16af2ff33fbf
55-
k8s.io/client-go v0.0.0-20241127164845-55d23e26d5ef
56-
k8s.io/component-base v0.0.0-20241127171706-ad7c5246b8a7
57+
k8s.io/api v0.0.0
58+
k8s.io/apimachinery v0.0.0
59+
k8s.io/client-go v0.0.0
60+
k8s.io/component-base v0.0.0
5761
k8s.io/klog/v2 v2.130.1
58-
k8s.io/kms v0.0.0-20241127173318-820aadf4e421
62+
k8s.io/kms v0.0.0
5963
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
6064
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
6165
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
@@ -123,3 +127,11 @@ require (
123127
gopkg.in/inf.v0 v0.9.1 // indirect
124128
gopkg.in/yaml.v3 v3.0.1 // indirect
125129
)
130+
131+
replace (
132+
k8s.io/api => ../api
133+
k8s.io/apimachinery => ../apimachinery
134+
k8s.io/client-go => ../client-go
135+
k8s.io/component-base => ../component-base
136+
k8s.io/kms => ../kms
137+
)

0 commit comments

Comments
 (0)