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