1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 23:53:18 +00:00

Use new location of Google API package - fixes #16

This commit is contained in:
Nick Craig-Wood
2014-12-12 20:02:08 +00:00
parent 9ba25c7219
commit 0fb35f081a
2 changed files with 4 additions and 3 deletions

View File

@@ -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"