mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
3
vendor/golang.org/x/oauth2/internal/token.go
generated
vendored
3
vendor/golang.org/x/oauth2/internal/token.go
generated
vendored
@@ -20,7 +20,7 @@ import (
|
||||
"golang.org/x/net/context/ctxhttp"
|
||||
)
|
||||
|
||||
// Token represents the crendentials used to authorize
|
||||
// Token represents the credentials used to authorize
|
||||
// the requests to access protected resources on the OAuth 2.0
|
||||
// provider's backend.
|
||||
//
|
||||
@@ -106,6 +106,7 @@ var brokenAuthHeaderProviders = []string{
|
||||
"https://login.microsoftonline.com/",
|
||||
"https://login.salesforce.com/",
|
||||
"https://login.windows.net",
|
||||
"https://login.live.com/",
|
||||
"https://oauth.sandbox.trainingpeaks.com/",
|
||||
"https://oauth.trainingpeaks.com/",
|
||||
"https://oauth.vk.com/",
|
||||
|
||||
Reference in New Issue
Block a user