From: Shengjing Zhu <i@zhsj.me>
Date: Wed, 16 Aug 2017 02:08:37 +0800
Subject: Use golang stdlib instead of azure fork

To get rid of old azure-sdk-go dependency.

Forwarded: not-needed
Signed-off-by: Shengjing Zhu <i@zhsj.me>
---
 auth.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/auth.go b/auth.go
index 2e7c375..e695e5a 100644
--- a/auth.go
+++ b/auth.go
@@ -7,8 +7,8 @@ import (
 	"strings"
 	"time"
 
-	"github.com/masterzen/azure-sdk-for-go/core/http"
-	"github.com/masterzen/azure-sdk-for-go/core/tls"
+	"crypto/tls"
+	"net/http"
 
 	"github.com/masterzen/winrm/soap"
 )
