microsoft / azure-vhd-utils

Azure VHD utilities.
Other
96 stars 41 forks source link

go get github.com/Microsoft/azure-vhd-utils-for-go fails #47

Closed DavidObando closed 7 years ago

DavidObando commented 7 years ago

I just ran:

go get github.com/Microsoft/azure-vhd-utils-for-go

This is the error message I get:

gopath\src\github.com\Microsoft\azure-vhd-utils-for-go\vhdUploadCmdHandler.go:158: cannot use blobServiceClient (type "github.com/Microsoft/azure-vhd-utils-for-go/vendor/github.com/Azure/azure-sdk-for-go/storage".BlobStorageClient) as type "github.com/Microsoft/azure-vhd-utils/vendor/github.com/Azure/azure-sdk-for-go/storage".BlobStorageClient in field value gopath\src\github.com\Microsoft\azure-vhd-utils-for-go\vhdUploadCmdHandler.go:212: cannot use client (type "github.com/Microsoft/azure-vhd-utils-for-go/vendor/github.com/Azure/azure-sdk-for-go/storage".BlobStorageClient) as type "github.com/Microsoft/azure-vhd-utils/vendor/github.com/Azure/azure-sdk-for-go/storage".BlobStorageClient in argument to metadata.NewMetadataFromBlob

Tried in both Windows and Ubuntu 16.06.

DavidObando commented 7 years ago

Nevermind, I just noticed that the project changed and dropped the -for-go part.