Skip to content

Commit

Permalink
Revert to go1.22 windows filesystem stdlib behavior
Browse files Browse the repository at this point in the history
Kubernetes-commit: 3878a3a6de64660e356a35f70471c27a09698090
  • Loading branch information
liggitt authored and k8s-publishing-bot committed Dec 4, 2024
1 parent 1f546ee commit bf14697
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 15 deletions.
22 changes: 17 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ go 1.23.0

godebug default=go1.23

godebug winreadlinkvolume=0

godebug winsymlink=0

require (
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
github.com/blang/semver/v4 v4.0.0
Expand Down Expand Up @@ -50,12 +54,12 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.12.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.0.0-20241127162655-f8e5e36c84f1
k8s.io/apimachinery v0.0.0-20240920213627-16af2ff33fbf
k8s.io/client-go v0.0.0-20241127164845-55d23e26d5ef
k8s.io/component-base v0.0.0-20241127171706-ad7c5246b8a7
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/klog/v2 v2.130.1
k8s.io/kms v0.0.0-20241127173318-820aadf4e421
k8s.io/kms v0.0.0
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0
Expand Down Expand Up @@ -123,3 +127,11 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kms => ../kms
)
Loading

0 comments on commit bf14697

Please sign in to comment.