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

@@ -20,8 +20,8 @@ import (
"sync"
"time"
"code.google.com/p/go-uuid/uuid"
"github.com/GoogleCloudPlatform/kubernetes/pkg/types"
"github.com/pborman/uuid"
)
var uuidLock sync.Mutex