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/db/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/db/upload.go') diff --git a/system/db/upload.go b/system/db/upload.go index b7171dd..2311ef0 100644 --- a/system/db/upload.go +++ b/system/db/upload.go @@ -14,8 +14,8 @@ import ( "github.com/ponzu-cms/ponzu/system/item" "github.com/boltdb/bolt" + "github.com/gofrs/uuid" "github.com/gorilla/schema" - uuid "github.com/satori/go.uuid" ) // SetUpload stores information about files uploaded to the system -- cgit v1.2.3