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

Unified Diff: common/auth/auth.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/auth/auth.go
diff --git a/common/auth/auth.go b/common/auth/auth.go
index 4da100e1bfc02c5fd4ae29888b44fe75b93bd5c1..f7309bd82f1150948d721609d668f57cded5df16 100644
--- a/common/auth/auth.go
+++ b/common/auth/auth.go
@@ -38,7 +38,7 @@ import (
"golang.org/x/net/context"
"golang.org/x/oauth2"
- "google.golang.org/cloud/compute/metadata"
+ "cloud.google.com/go/compute/metadata"
"github.com/mitchellh/go-homedir"

Powered by Google App Engine
This is Rietveld 408576698