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

Unified Diff: common/gcloud/pubsub/scopes.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: common/gcloud/pubsub/scopes.go
diff --git a/common/gcloud/pubsub/scopes.go b/common/gcloud/pubsub/scopes.go
index 7fbfcaf17a88dc521354534eb92ce20240e42f5f..6d194e034c7b783a62e1cbe5ea3669e5b167b020 100644
--- a/common/gcloud/pubsub/scopes.go
+++ b/common/gcloud/pubsub/scopes.go
@@ -5,7 +5,7 @@
package pubsub
import (
- "google.golang.org/cloud/pubsub"
+ "cloud.google.com/go/pubsub"
)
var (

Powered by Google App Engine
This is Rietveld 408576698