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

Unified Diff: common/auth/internal/gce.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/internal/gce.go
diff --git a/common/auth/internal/gce.go b/common/auth/internal/gce.go
index e93e1c938bf701cf1f5e54180bf07f8cc10a266a..73a4f8740d6d4c8e9df60b3be11ee9590a212924 100644
--- a/common/auth/internal/gce.go
+++ b/common/auth/internal/gce.go
@@ -5,10 +5,10 @@
package internal
import (
+ "cloud.google.com/go/compute/metadata"
"golang.org/x/net/context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
- "google.golang.org/cloud/compute/metadata"
"github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/logging"

Powered by Google App Engine
This is Rietveld 408576698