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

Unified Diff: logdog/common/storage/bigtable/bigtable.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.go
diff --git a/logdog/common/storage/bigtable/bigtable.go b/logdog/common/storage/bigtable/bigtable.go
index 7b889ba64e0bdaae91da83b6a9b76998aa852ad2..b3b62d10cb008c5b6ed1fd7674dcaaa14b771691 100644
--- a/logdog/common/storage/bigtable/bigtable.go
+++ b/logdog/common/storage/bigtable/bigtable.go
@@ -8,10 +8,10 @@ import (
"fmt"
"time"
+ "cloud.google.com/go/bigtable"
"github.com/luci/luci-go/grpc/grpcutil"
"github.com/luci/luci-go/logdog/common/storage"
"golang.org/x/net/context"
- "google.golang.org/cloud/bigtable"
)
const (

Powered by Google App Engine
This is Rietveld 408576698