diff options
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/db/content.go b/system/db/content.go index eaf43e8..740e7b1 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -8,10 +8,11 @@ import ( "strconv" "strings" + "../../content" + "../../management/editor" + "../../management/manager" + "github.com/boltdb/bolt" - "github.com/bosssauce/ponzu/content" - "github.com/bosssauce/ponzu/management/editor" - "github.com/bosssauce/ponzu/management/manager" "github.com/gorilla/schema" ) |