summaryrefslogtreecommitdiff
path: root/management/manager/manager.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-19 12:28:05 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-19 12:28:05 -0800
commit0b54baee6a3999bb8fb717f913fb370a9fc372a3 (patch)
tree369d5905f2f719faea08ae07324846b34d1b5c54 /management/manager/manager.go
parent9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (diff)
parent974d3c03e6f8b522b6db88238790497edd299561 (diff)
updating imports to match master
Diffstat (limited to 'management/manager/manager.go')
-rw-r--r--management/manager/manager.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/management/manager/manager.go b/management/manager/manager.go
index ece6d02..c54918f 100644
--- a/management/manager/manager.go
+++ b/management/manager/manager.go
@@ -7,6 +7,7 @@ import (
"github.com/ponzu-cms/ponzu/management/editor"
"github.com/ponzu-cms/ponzu/system/item"
+
uuid "github.com/satori/go.uuid"
)