Use new import path for go-uuid

This commit is contained in:
Michael Schurter 2015-06-26 14:05:10 -07:00
parent e600e02514
commit dfb9939d86
2 changed files with 3 additions and 4 deletions

View file

@ -20,8 +20,8 @@ import (
"strconv"
"sync"
"code.google.com/p/go-uuid/uuid"
"github.com/barakmich/glog"
"github.com/pborman/uuid"
)
type primaryKeyType uint8