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" |