Merge pull request #12227 from freeformz/remove_code_google_com

s:code.google.com/p:github.com/scalingdata:
This commit is contained in:
Brendan Burns
2015-09-01 10:07:44 -07:00
37 changed files with 20 additions and 20 deletions

View File

@@ -30,13 +30,13 @@ import (
"sync"
"time"
"code.google.com/p/gcfg"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/service/autoscaling"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/elb"
"github.com/scalingdata/gcfg"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/cloudprovider"

View File

@@ -31,8 +31,8 @@ import (
"k8s.io/kubernetes/pkg/util"
"k8s.io/kubernetes/pkg/util/wait"
"code.google.com/p/gcfg"
"github.com/golang/glog"
"github.com/scalingdata/gcfg"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
compute "google.golang.org/api/compute/v1"

View File

@@ -20,7 +20,7 @@ import (
"io"
"time"
"code.google.com/p/gcfg"
"github.com/scalingdata/gcfg"
)
const (

View File

@@ -27,7 +27,6 @@ import (
"strings"
"time"
"code.google.com/p/gcfg"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
"github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes"
@@ -39,6 +38,7 @@ import (
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools"
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips"
"github.com/rackspace/gophercloud/pagination"
"github.com/scalingdata/gcfg"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"

View File

@@ -29,7 +29,7 @@ import (
"sort"
"strings"
"code.google.com/p/gcfg"
"github.com/scalingdata/gcfg"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/cloudprovider"
)

View File

@@ -24,12 +24,12 @@ import (
"regexp"
"time"
"code.google.com/p/gcfg"
"github.com/rackspace/gophercloud"
os_servers "github.com/rackspace/gophercloud/openstack/compute/v2/servers"
"github.com/rackspace/gophercloud/pagination"
"github.com/rackspace/gophercloud/rackspace"
"github.com/rackspace/gophercloud/rackspace/compute/v2/servers"
"github.com/scalingdata/gcfg"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"