1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

dropbox: upgrade sdk version

This commit is contained in:
Rajat Goel
2021-10-15 21:29:52 -07:00
committed by Nick Craig-Wood
parent 96e14bf456
commit db6002952e
4 changed files with 18 additions and 25 deletions

View File

@@ -12,8 +12,8 @@ import (
"sync"
"time"
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/async"
"github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files"
"github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/async"
"github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/files"
"github.com/pkg/errors"
"github.com/rclone/rclone/fs"
"github.com/rclone/rclone/fs/fserrors"