diff options
Diffstat (limited to 'management/manager/manager.go')
-rw-r--r-- | management/manager/manager.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/management/manager/manager.go b/management/manager/manager.go index 5eafb9a..c54918f 100644 --- a/management/manager/manager.go +++ b/management/manager/manager.go @@ -5,8 +5,9 @@ import ( "fmt" "html/template" - "github.com/bosssauce/ponzu/management/editor" - "github.com/bosssauce/ponzu/system/item" + "github.com/ponzu-cms/ponzu/management/editor" + "github.com/ponzu-cms/ponzu/system/item" + uuid "github.com/satori/go.uuid" ) |