mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
build: update all dependencies
This updates all direct and indirect dependencies It stops the linter complaining about deprecated azidentiy APIs also.
This commit is contained in:
@ -516,6 +516,7 @@ func newFsFromOptions(ctx context.Context, name, root string, opt *Options) (fs.
|
||||
}
|
||||
case opt.ClientID != "" && opt.Tenant != "" && opt.Username != "" && opt.Password != "":
|
||||
// User with username and password
|
||||
//nolint:staticcheck // this is deprecated due to Azure policy
|
||||
options := azidentity.UsernamePasswordCredentialOptions{
|
||||
ClientOptions: policyClientOptions,
|
||||
}
|
||||
|
Reference in New Issue
Block a user