diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 11:45:31 -0800 |
commit | 9c7f9d5c5a0ee41c405d2ebeb0ad00fe20a09b14 (patch) | |
tree | a878db3ba63c0f92fc0ec96a15bf4d2b07e1a63b /system/admin/handlers.go | |
parent | 3791fadda7b761ffba38c567da29e2e71acd1dfb (diff) |
moving repository, bosssauce => ponzu-cms
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 16 |
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" |