mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 00:53:43 +00:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
2
vendor/golang.org/x/oauth2/google/default.go
generated
vendored
2
vendor/golang.org/x/oauth2/google/default.go
generated
vendored
@@ -81,7 +81,7 @@ func FindDefaultCredentials(ctx context.Context, scope ...string) (*DefaultCrede
|
||||
}
|
||||
|
||||
// Third, if we're on Google App Engine use those credentials.
|
||||
if appengineTokenFunc != nil && !appengineVM {
|
||||
if appengineTokenFunc != nil && !appengineFlex {
|
||||
return &DefaultCredentials{
|
||||
ProjectID: appengineAppIDFunc(ctx),
|
||||
TokenSource: AppEngineTokenSource(ctx, scope...),
|
||||
|
||||
Reference in New Issue
Block a user