Switch from to code.google.com/p/go-uuid/uuid to github.com/pborman/uuid

This commit is contained in:
Eric Paris
2015-08-03 15:29:50 -04:00
parent 12d2638637
commit a29789d60e
19 changed files with 144 additions and 16 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 {