From dfb9939d86d367f3db7574b376ea34e578b66de9 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 26 Jun 2015 14:05:10 -0700 Subject: [PATCH] Use new import path for go-uuid --- Godeps/Godeps.json | 5 ++--- graph/primarykey.go | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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