summaryrefslogtreecommitdiff
path: root/system/admin/handlers.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r--system/admin/handlers.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go
index 266535a..7d33f80 100644
--- a/system/admin/handlers.go
+++ b/system/admin/handlers.go
@@ -11,14 +11,14 @@ import (
"strings"
"time"
- "github.com/bosssauce/ponzu/management/editor"
- "github.com/bosssauce/ponzu/management/manager"
- "github.com/bosssauce/ponzu/system/admin/config"
- "github.com/bosssauce/ponzu/system/admin/upload"
- "github.com/bosssauce/ponzu/system/admin/user"
- "github.com/bosssauce/ponzu/system/api"
- "github.com/bosssauce/ponzu/system/db"
- "github.com/bosssauce/ponzu/system/item"
+ "github.com/ponzu-cms/ponzu/management/editor"
+ "github.com/ponzu-cms/ponzu/management/manager"
+ "github.com/ponzu-cms/ponzu/system/admin/config"
+ "github.com/ponzu-cms/ponzu/system/admin/upload"
+ "github.com/ponzu-cms/ponzu/system/admin/user"
+ "github.com/ponzu-cms/ponzu/system/api"
+ "github.com/ponzu-cms/ponzu/system/db"
+ "github.com/ponzu-cms/ponzu/system/item"
"github.com/gorilla/schema"
emailer "github.com/nilslice/email"