| Index: logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| diff --git a/logdog/client/butler/output/pubsub/pubsubOutput_test.go b/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| index dba6024ce8681ab5d2dcbee7c3e5ffd79eaf79d4..21292e8c23ce8ca445b6b506f68fd1a1aeb3f70a 100644
|
| --- a/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| +++ b/logdog/client/butler/output/pubsub/pubsubOutput_test.go
|
| @@ -14,6 +14,7 @@ import (
|
| "testing"
|
| "time"
|
|
|
| + "cloud.google.com/go/pubsub"
|
| "github.com/golang/protobuf/proto"
|
| "github.com/luci/luci-go/common/clock"
|
| "github.com/luci/luci-go/common/clock/testclock"
|
| @@ -23,7 +24,6 @@ import (
|
| "github.com/luci/luci-go/logdog/api/logpb"
|
| . "github.com/smartystreets/goconvey/convey"
|
| "golang.org/x/net/context"
|
| - "google.golang.org/cloud/pubsub"
|
| )
|
|
|
| type testTopic struct {
|
|
|