Commit 058b6190 authored by Pengfei Ni's avatar Pengfei Ni

Update vendors for client-go

parent ce325f9a
...@@ -16,19 +16,19 @@ ...@@ -16,19 +16,19 @@
}, },
{ {
"ImportPath": "github.com/Azure/go-autorest/autorest", "ImportPath": "github.com/Azure/go-autorest/autorest",
"Rev": "d4e6b95c12a08b4de2d48b45d5b4d594e5d32fab" "Rev": "1ff28809256a84bb6966640ff3d0371af82ccba4"
}, },
{ {
"ImportPath": "github.com/Azure/go-autorest/autorest/adal", "ImportPath": "github.com/Azure/go-autorest/autorest/adal",
"Rev": "d4e6b95c12a08b4de2d48b45d5b4d594e5d32fab" "Rev": "1ff28809256a84bb6966640ff3d0371af82ccba4"
}, },
{ {
"ImportPath": "github.com/Azure/go-autorest/autorest/azure", "ImportPath": "github.com/Azure/go-autorest/autorest/azure",
"Rev": "d4e6b95c12a08b4de2d48b45d5b4d594e5d32fab" "Rev": "1ff28809256a84bb6966640ff3d0371af82ccba4"
}, },
{ {
"ImportPath": "github.com/Azure/go-autorest/autorest/date", "ImportPath": "github.com/Azure/go-autorest/autorest/date",
"Rev": "d4e6b95c12a08b4de2d48b45d5b4d594e5d32fab" "Rev": "1ff28809256a84bb6966640ff3d0371af82ccba4"
}, },
{ {
"ImportPath": "github.com/davecgh/go-spew/spew", "ImportPath": "github.com/davecgh/go-spew/spew",
......
...@@ -297,7 +297,7 @@ func (ts *azureTokenSource) refreshToken(token *azureToken) (*azureToken, error) ...@@ -297,7 +297,7 @@ func (ts *azureTokenSource) refreshToken(token *azureToken) (*azureToken, error)
} }
return &azureToken{ return &azureToken{
token: spt.Token, token: spt.Token(),
clientID: token.clientID, clientID: token.clientID,
tenantID: token.tenantID, tenantID: token.tenantID,
apiserverID: token.apiserverID, apiserverID: token.apiserverID,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment