Skip to content

Commit fe80782

Browse files
authored
Merge pull request #296 from andyzhangx/upgrade-2020-06-30
chore: upgrade to compute 2020-06-30
2 parents a974255 + 2319542 commit fe80782

File tree

219 files changed

+19019
-9145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+19019
-9145
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/blob-csi-driver
33
go 1.13
44

55
require (
6-
github.com/Azure/azure-sdk-for-go v43.0.0+incompatible
6+
github.com/Azure/azure-sdk-for-go v49.1.0+incompatible
77
github.com/Azure/go-autorest/autorest v0.11.1
88
github.com/Azure/go-autorest/autorest/adal v0.9.5
99
github.com/container-storage-interface/spec v1.3.0
@@ -61,5 +61,7 @@ replace (
6161
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.20.0
6262
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.20.0
6363
k8s.io/sample-controller => k8s.io/sample-controller v0.20.0
64-
sigs.k8s.io/cloud-provider-azure => sigs.k8s.io/cloud-provider-azure v0.6.1-0.20201216132022-d1c222ae6518
64+
sigs.k8s.io/cloud-provider-azure => sigs.k8s.io/cloud-provider-azure v0.6.1-0.20201223035826-d12fc98b424d
6565
)
66+
67+
replace github.com/niemeyer/pretty => github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e

go.sum

Lines changed: 4 additions & 114 deletions
Large diffs are not rendered by default.

vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-12-01/compute/virtualmachineruncommands.go

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)