From 76226e0147f910369a80406e466e6bb53d467cc6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 8 Aug 2017 10:13:15 +0100 Subject: [PATCH] dropbox: swap back to upstream dropbox/dropbox-sdk-go-unofficial Now that dropbox/dropbox-sdk-go-unofficial#13 is fixed. --- dropbox/dropbox.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dropbox/dropbox.go b/dropbox/dropbox.go index 7d787e0f4..30426011a 100644 --- a/dropbox/dropbox.go +++ b/dropbox/dropbox.go @@ -30,8 +30,8 @@ import ( "strings" "time" - "github.com/ncw/dropbox-sdk-go-unofficial/dropbox" - "github.com/ncw/dropbox-sdk-go-unofficial/dropbox/files" + "github.com/dropbox/dropbox-sdk-go-unofficial/dropbox" + "github.com/dropbox/dropbox-sdk-go-unofficial/dropbox/files" "github.com/ncw/rclone/fs" "github.com/ncw/rclone/oauthutil" "github.com/ncw/rclone/pacer"