Use new import path for go-uuid
This commit is contained in:
parent
e600e02514
commit
dfb9939d86
2 changed files with 3 additions and 4 deletions
5
Godeps/Godeps.json
generated
5
Godeps/Godeps.json
generated
|
|
@ -6,9 +6,8 @@
|
||||||
],
|
],
|
||||||
"Deps": [
|
"Deps": [
|
||||||
{
|
{
|
||||||
"ImportPath": "code.google.com/p/go-uuid/uuid",
|
"ImportPath": "github.com/pborman/uuid",
|
||||||
"Comment": "null-15",
|
"Rev": "ca53cad383cad2479bbba7f7a1a05797ec1386e4"
|
||||||
"Rev": "35bc42037350f0078e3c974c6ea690f1926603ab"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/badgerodon/peg",
|
"ImportPath": "github.com/badgerodon/peg",
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ import (
|
||||||
"strconv"
|
"strconv"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"code.google.com/p/go-uuid/uuid"
|
|
||||||
"github.com/barakmich/glog"
|
"github.com/barakmich/glog"
|
||||||
|
"github.com/pborman/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
type primaryKeyType uint8
|
type primaryKeyType uint8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue