summaryrefslogtreecommitdiff
path: root/management/manager
diff options
context:
space:
mode:
authornanohard <nanohard@users.noreply.github.com>2018-08-18 19:29:35 -0500
committerSteve Manuel <nilslice@gmail.com>2018-08-19 21:08:03 -0600
commit3c15499b7dd96f68262f59a368cf215b4b4c39a1 (patch)
tree12202f2599bba2f4107d679363480d56cf361f79 /management/manager
parent83d740d8437d6cd55ad5ac8e3a293221c24260df (diff)
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.
Diffstat (limited to 'management/manager')
-rw-r--r--management/manager/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/management/manager/manager.go b/management/manager/manager.go
index 1389747..5783e16 100644
--- a/management/manager/manager.go
+++ b/management/manager/manager.go
@@ -10,7 +10,7 @@ import (
"github.com/ponzu-cms/ponzu/management/editor"
"github.com/ponzu-cms/ponzu/system/item"
- uuid "github.com/satori/go.uuid"
+ "github.com/gofrs/uuid"
)
const managerHTML = `