Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: logdog/common/storage/bigtable/bigtable_test.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/common/storage/bigtable/bigtable_test.go
diff --git a/logdog/common/storage/bigtable/bigtable_test.go b/logdog/common/storage/bigtable/bigtable_test.go
index be9225c4ea2a2cc9c9baa7f7f46ae0f22cc888a6..2d6f8c5ba9ddeba3af7c0fb084503a9ed99cd19d 100644
--- a/logdog/common/storage/bigtable/bigtable_test.go
+++ b/logdog/common/storage/bigtable/bigtable_test.go
@@ -8,10 +8,10 @@ import (
"testing"
"time"
+ "cloud.google.com/go/bigtable"
"github.com/luci/luci-go/common/errors"
"github.com/luci/luci-go/logdog/common/storage"
"golang.org/x/net/context"
- "google.golang.org/cloud/bigtable"
. "github.com/smartystreets/goconvey/convey"
)

Powered by Google App Engine
This is Rietveld 408576698