diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 4710e9b..ddd8c93 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -6,9 +6,8 @@ ], "Deps": [ { - "ImportPath": "code.google.com/p/go-uuid/uuid", - "Comment": "null-15", - "Rev": "35bc42037350f0078e3c974c6ea690f1926603ab" + "ImportPath": "github.com/pborman/uuid", + "Rev": "ca53cad383cad2479bbba7f7a1a05797ec1386e4" }, { "ImportPath": "github.com/badgerodon/peg", diff --git a/graph/primarykey.go b/graph/primarykey.go index 59f0198..3015994 100644 --- a/graph/primarykey.go +++ b/graph/primarykey.go @@ -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