From 290d026a470f1a5d73059065ee47496139ad0243 Mon Sep 17 00:00:00 2001 From: Alexander van der Meij Date: Tue, 23 Oct 2018 17:41:42 +0200 Subject: [PATCH] update azure-storage-blob-go module import path --- internal/build/azure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/build/azure.go b/internal/build/azure.go index 086dff2c4a..949c94b16d 100644 --- a/internal/build/azure.go +++ b/internal/build/azure.go @@ -22,7 +22,7 @@ import ( "net/url" "os" - "github.com/Azure/azure-storage-blob-go/2018-03-28/azblob" + "github.com/Azure/azure-storage-blob-go/azblob" ) // AzureBlobstoreConfig is an authentication and configuration struct containing