Skip to content

Commit

Permalink
Drop use of winreadlinkvolume godebug option
Browse files Browse the repository at this point in the history
Kubernetes-commit: 3046fe23d4fe4ba86713ffd61bf0e07156b2b7c3
  • Loading branch information
liggitt authored and k8s-publishing-bot committed Dec 6, 2024
1 parent 919f42b commit bd027a4
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 23 deletions.
26 changes: 17 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ go 1.23.0

godebug default=go1.23

godebug winreadlinkvolume=0

godebug winsymlink=0

require (
Expand All @@ -29,12 +27,12 @@ require (
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.35.1
gopkg.in/evanphx/json-patch.v4 v4.12.0
k8s.io/api v0.0.0-20241205022319-ea815d578ce0
k8s.io/apimachinery v0.0.0-20241205021851-220d7c35f6db
k8s.io/apiserver v0.0.0-20241205025540-b3c0cb68b591
k8s.io/client-go v0.0.0-20241205022958-9df509924771
k8s.io/code-generator v0.0.0-20241205023959-906f6b3626c4
k8s.io/component-base v0.0.0-20241205024250-af0d53b80315
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apiserver v0.0.0
k8s.io/client-go v0.0.0
k8s.io/code-generator v0.0.0
k8s.io/component-base v0.0.0
k8s.io/klog/v2 v2.130.1
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
Expand Down Expand Up @@ -126,6 +124,16 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
k8s.io/kms v0.0.0-20241205024657-07861ef2bf4a // indirect
k8s.io/kms v0.0.0 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
)

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

0 comments on commit bd027a4

Please sign in to comment.