Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1163)

Unified Diff: logdog/client/butler/output/pubsub/pubsubOutput.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/client/butler/output/pubsub/pubsubOutput.go
diff --git a/logdog/client/butler/output/pubsub/pubsubOutput.go b/logdog/client/butler/output/pubsub/pubsubOutput.go
index ae5d26cc499fd5c9dea57371c3d89f09cc7a4517..aedaedd0d1e8e0bcda8cd43cac857c06cb6315bb 100644
--- a/logdog/client/butler/output/pubsub/pubsubOutput.go
+++ b/logdog/client/butler/output/pubsub/pubsubOutput.go
@@ -11,6 +11,7 @@ import (
"sync"
"time"
+ "cloud.google.com/go/pubsub"
"github.com/luci/luci-go/common/data/recordio"
gcps "github.com/luci/luci-go/common/gcloud/pubsub"
log "github.com/luci/luci-go/common/logging"
@@ -20,7 +21,6 @@ import (
"github.com/luci/luci-go/logdog/client/butlerproto"
"github.com/luci/luci-go/logdog/common/types"
"golang.org/x/net/context"
- "google.golang.org/cloud/pubsub"
)
// Topic is an interface for a Pub/Sub topic.

Powered by Google App Engine
This is Rietveld 408576698