From 3c15499b7dd96f68262f59a368cf215b4b4c39a1 Mon Sep 17 00:00:00 2001 From: nanohard Date: Sat, 18 Aug 2018 19:29:35 -0500 Subject: Replaced satori/go.uuid with gofrs/uuid. (#268) * Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257. --- system/item/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/item') diff --git a/system/item/item.go b/system/item/item.go index beace09..32d38f7 100644 --- a/system/item/item.go +++ b/system/item/item.go @@ -12,7 +12,7 @@ import ( "github.com/blevesearch/bleve" "github.com/blevesearch/bleve/mapping" - uuid "github.com/satori/go.uuid" + "github.com/gofrs/uuid" "golang.org/x/text/transform" "golang.org/x/text/unicode/norm" ) -- cgit v1.2.3