summaryrefslogtreecommitdiff
path: root/system/item/item.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/item/item.go')
-rw-r--r--system/item/item.go2
1 files changed, 1 insertions, 1 deletions
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"
)