From f1060491ae63ee1747edbd66c696effce199de95 Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Mon, 8 Jan 2018 14:14:20 -0500 Subject: [PATCH] Use the official azure-sdk-for-go rather than our fork --- src/duplicacy_azurestorage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duplicacy_azurestorage.go b/src/duplicacy_azurestorage.go index d21ecbc..67a67be 100644 --- a/src/duplicacy_azurestorage.go +++ b/src/duplicacy_azurestorage.go @@ -8,7 +8,7 @@ import ( "fmt" "strings" - "github.com/gilbertchen/azure-sdk-for-go/storage" + "github.com/azure/azure-sdk-for-go/storage" ) type AzureStorage struct {