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

Unified Diff: common/gcloud/pubsub/quota.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/quota.go
diff --git a/common/gcloud/pubsub/quota.go b/common/gcloud/pubsub/quota.go
index a08350091ff4ba1ef3602f510d4ae3d7b683ab47..bbf9865a1005ac39bca54e3f4fa1abe19467e68b 100644
--- a/common/gcloud/pubsub/quota.go
+++ b/common/gcloud/pubsub/quota.go
@@ -7,7 +7,7 @@ package pubsub
import (
"time"
- "google.golang.org/cloud/pubsub"
+ "cloud.google.com/go/pubsub"
)
// Cloud PubSub quota is documented here:

Powered by Google App Engine
This is Rietveld 408576698