diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-09 02:02:34 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-09 02:02:34 -0700 |
commit | 83274d88f4446ffe9e5d63d41561eb775fea4c7e (patch) | |
tree | be5f66d2e650eda2167dadee1820c75f747e6bd6 /system/admin/handlers.go | |
parent | ed14dff0ee6f53afd95550140ee32e7aa76a0441 (diff) |
updating import paths
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 1e8ba4f..623bcea 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -12,12 +12,12 @@ import ( "strings" "time" - "github.com/nilslice/cms/content" - "github.com/nilslice/cms/management/editor" - "github.com/nilslice/cms/management/manager" - "github.com/nilslice/cms/system/admin/config" - "github.com/nilslice/cms/system/admin/user" - "github.com/nilslice/cms/system/db" + "github.com/bosssauce/ponzu/content" + "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/user" + "github.com/bosssauce/ponzu/system/db" "github.com/nilslice/jwt" ) |