Skip to content

Commit

Permalink
(#60) Use my own fork of azure-sdk-for-go
Browse files Browse the repository at this point in the history
Azure removed their fork of http/tls because this is now part of Go 1.7
Since we still want to be compatible with Go 1.6, we're now depending
of a fork of Azure/azure-sdk-for-go that still contain the http/tls fork.

This will be removed once we'll support Go1.7
  • Loading branch information
Brice Figureau committed Oct 14, 2016
1 parent ab3c402 commit db558fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth.go
Expand Up @@ -5,8 +5,8 @@ import (
"io/ioutil"
"strings"

"github.com/Azure/azure-sdk-for-go/core/http"
"github.com/Azure/azure-sdk-for-go/core/tls"
"github.com/masterzen/azure-sdk-for-go/core/http"
"github.com/masterzen/azure-sdk-for-go/core/tls"

"github.com/masterzen/winrm/soap"
)
Expand Down

0 comments on commit db558fd

Please sign in to comment.