Skip to content

Commit 72665b3

Browse files
committed
Undo previous changes made by go mod vendor
This reverts commit b66b446.
1 parent b66b446 commit 72665b3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

cluster-autoscaler/cloudprovider/azure/azure_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime"
3131
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
3232
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4"
33-
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2022-08-01/compute"
33+
"github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-07-01/compute"
3434
"github.com/Azure/go-autorest/autorest"
3535
"github.com/Azure/go-autorest/autorest/azure"
3636
"github.com/Azure/go-autorest/autorest/azure/auth"

cluster-autoscaler/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
1717
github.com/Azure/go-autorest/autorest/date v0.3.0
1818
github.com/Azure/go-autorest/autorest/to v0.4.0
19-
github.com/Azure/skewer v0.0.19
19+
github.com/Azure/skewer v0.0.14
2020
github.com/aws/aws-sdk-go v1.44.241
2121
github.com/cenkalti/backoff/v4 v4.3.0
2222
github.com/digitalocean/godo v1.27.0
@@ -52,7 +52,6 @@ require (
5252
k8s.io/cloud-provider-gcp/providers v0.28.2
5353
k8s.io/component-base v0.33.0-alpha.0
5454
k8s.io/component-helpers v0.33.0-alpha.0
55-
k8s.io/dynamic-resource-allocation v0.0.0
5655
k8s.io/klog/v2 v2.130.1
5756
k8s.io/kubelet v0.33.0-alpha.0
5857
k8s.io/kubernetes v1.33.0-alpha.0
@@ -207,6 +206,7 @@ require (
207206
k8s.io/cri-api v0.33.0-alpha.0 // indirect
208207
k8s.io/cri-client v0.0.0 // indirect
209208
k8s.io/csi-translation-lib v0.27.0 // indirect
209+
k8s.io/dynamic-resource-allocation v0.0.0 // indirect
210210
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
211211
k8s.io/kms v0.33.0-alpha.0 // indirect
212212
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect

cluster-autoscaler/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUM
7777
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
7878
github.com/Azure/skewer v0.0.14 h1:0mzUJhspECkajYyynYsOCp//E2PSnYXrgP45bcskqfQ=
7979
github.com/Azure/skewer v0.0.14/go.mod h1:6WTecuPyfGtuvS8Mh4JYWuHhO4kcWycGfsUBB+XTFG4=
80-
github.com/Azure/skewer v0.0.19 h1:+qA1z8isKmlNkhAwZErNS2wD2jaemSk9NszYKr8dddU=
81-
github.com/Azure/skewer v0.0.19/go.mod h1:LVH7jmduRKmPj8YcIz7V4f53xJEntjweL4aoLyChkwk=
8280
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 h1:XHOnouVk1mxXfQidrMEnLlPk9UMeRtyBTnEFtxkV0kU=
8381
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
8482
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=

0 commit comments

Comments
 (0)