| Index: logdog/common/storage/bigtable/initialize.go
|
| diff --git a/logdog/common/storage/bigtable/initialize.go b/logdog/common/storage/bigtable/initialize.go
|
| index 6f6b9035524dad0ccdf16fe70d6c06ecdc7f599a..b0d3f9d989a8df7f596e09fae1496c4379db127e 100644
|
| --- a/logdog/common/storage/bigtable/initialize.go
|
| +++ b/logdog/common/storage/bigtable/initialize.go
|
| @@ -8,13 +8,13 @@ import (
|
| "fmt"
|
| "time"
|
|
|
| + "cloud.google.com/go/bigtable"
|
| "github.com/luci/luci-go/common/data/stringset"
|
| "github.com/luci/luci-go/common/errors"
|
| log "github.com/luci/luci-go/common/logging"
|
| "github.com/luci/luci-go/common/retry"
|
| "github.com/luci/luci-go/logdog/common/storage"
|
| "golang.org/x/net/context"
|
| - "google.golang.org/cloud/bigtable"
|
| )
|
|
|
| // DefaultMaxLogAge is the maximum age of a log (7 days).
|
|
|