| 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 (
|
|
|