use gcloud-golang vanity domain

This commit is contained in:
Mike Danese 2015-08-19 16:07:15 -07:00
parent e4fa9ea7ed
commit 38ab53a8ff
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
"os/exec"
"regexp"
"github.com/GoogleCloudPlatform/gcloud-golang/compute/metadata"
"google.golang.org/cloud/compute/metadata"
)
var zone = flag.String("zone", "us-central1-f", "Zone the instances are running in")

View File

@ -17,8 +17,8 @@ package cloudinfo
import (
"strings"
"github.com/GoogleCloudPlatform/gcloud-golang/compute/metadata"
info "github.com/google/cadvisor/info/v1"
"google.golang.org/cloud/compute/metadata"
)
func onGCE() bool {