mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Use new location of Google API package - fixes #16
This commit is contained in:
parent
9ba25c7219
commit
0fb35f081a
@ -27,7 +27,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"code.google.com/p/google-api-go-client/drive/v2"
|
||||
"google.golang.org/api/drive/v2"
|
||||
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/ncw/rclone/googleauth"
|
||||
"github.com/ogier/pflag"
|
||||
|
@ -24,8 +24,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"code.google.com/p/google-api-go-client/googleapi"
|
||||
"code.google.com/p/google-api-go-client/storage/v1"
|
||||
"google.golang.org/api/googleapi"
|
||||
"google.golang.org/api/storage/v1"
|
||||
|
||||
"github.com/ncw/rclone/fs"
|
||||
"github.com/ncw/rclone/googleauth"
|
||||
|
Loading…
Reference in New Issue
Block a user