Merge pull request #12238 from eparis/godeps

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr
2015-08-05 01:06:11 -07:00
38 changed files with 23178 additions and 11125 deletions

View File

@@ -21,13 +21,13 @@ import (
"strings"
"time"
"code.google.com/p/go-uuid/uuid"
"github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/offers"
annotation "github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/scheduler/meta"
"github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/scheduler/metrics"
mresource "github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/scheduler/resource"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/gogo/protobuf/proto"
"github.com/pborman/uuid"
log "github.com/golang/glog"
mesos "github.com/mesos/mesos-go/mesosproto"

View File

@@ -21,8 +21,8 @@ import (
"strconv"
"strings"
"code.google.com/p/go-uuid/uuid"
log "github.com/golang/glog"
"github.com/pborman/uuid"
)
type UID struct {