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

Unified Diff: common/cloudlogging/client.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/cloudlogging/client.go
diff --git a/common/cloudlogging/client.go b/common/cloudlogging/client.go
index 2f32ff84abaa0a4b94941f62e7fc3d03402c01cc..d802e4ebf790c53fec4d081336aa53ee389fa0f5 100644
--- a/common/cloudlogging/client.go
+++ b/common/cloudlogging/client.go
@@ -11,8 +11,8 @@ import (
"net/http"
"os"
+ "cloud.google.com/go/compute/metadata"
cloudlog "google.golang.org/api/logging/v1beta3"
- "google.golang.org/cloud/compute/metadata"
)
// DefaultResourceType is used by NewClient if ClientOptions doesn't specify

Powered by Google App Engine
This is Rietveld 408576698