Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run go mod tidy on master #7869

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster-autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ require (
k8s.io/cloud-provider-gcp/providers v0.28.2
k8s.io/component-base v0.33.0-alpha.0
k8s.io/component-helpers v0.33.0-alpha.0
k8s.io/dynamic-resource-allocation v0.0.0
k8s.io/klog/v2 v2.130.1
k8s.io/kubelet v0.33.0-alpha.0
k8s.io/kubernetes v1.33.0-alpha.0
Expand Down Expand Up @@ -206,7 +207,6 @@ require (
k8s.io/cri-api v0.33.0-alpha.0 // indirect
k8s.io/cri-client v0.0.0 // indirect
k8s.io/csi-translation-lib v0.27.0 // indirect
k8s.io/dynamic-resource-allocation v0.0.0 // indirect
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
k8s.io/kms v0.33.0-alpha.0 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
Expand Down
Loading