Skip to content

Commit

Permalink
Merge pull request #212 from yanggangtony/add-support-msi
Browse files Browse the repository at this point in the history
Add MSI Support for Azure plugin.
  • Loading branch information
ywk253100 authored Oct 16, 2023
2 parents 0d3611f + e4f13bb commit 6e71a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20230920021852-d3e5bb745144
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231016041753-7ca33f8f128a
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
sigs.k8s.io/azuredisk-csi-driver v1.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20230920021852-d3e5bb745144 h1:cxFlNjj0OeTZSFwY6619kg8lYHlv6obdplKKXaDrxMA=
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20230920021852-d3e5bb745144/go.mod h1:MZY1pRRYyOts/WeThmI3KgfOwJVys8PN3TMAOD2Ylb4=
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231016041753-7ca33f8f128a h1:uJ78oOCvH9IsyURi4KfMVlq+IO/glDdD8T7E2VCYqkI=
github.com/vmware-tanzu/velero v1.10.0-rc.1.0.20231016041753-7ca33f8f128a/go.mod h1:4YVyxS3/1mg+7i4JIKWSrqimqCpahXX6JwGLGSSuOmc=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
Expand Down

0 comments on commit 6e71a56

Please sign in to comment.