| Index: common/gcloud/gs/writer.go
|
| diff --git a/common/gcloud/gs/writer.go b/common/gcloud/gs/writer.go
|
| index 613f25a97bc5b49540d6edc6aba7f9855b814bed..cb3b6ef43499cfce8926eabfde273ca98b1a8cb8 100644
|
| --- a/common/gcloud/gs/writer.go
|
| +++ b/common/gcloud/gs/writer.go
|
| @@ -8,11 +8,11 @@ import (
|
| "io"
|
| "time"
|
|
|
| + gs "cloud.google.com/go/storage"
|
| "github.com/luci/luci-go/common/errors"
|
| log "github.com/luci/luci-go/common/logging"
|
| "github.com/luci/luci-go/common/retry"
|
| "golang.org/x/net/context"
|
| - gs "google.golang.org/cloud/storage"
|
| )
|
|
|
| // Writer is an augmented io.WriteCloser instance.
|
|
|