summaryrefslogtreecommitdiff
path: root/system/db/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/db/content.go')
-rw-r--r--system/db/content.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/db/content.go b/system/db/content.go
index cbe4f14..eaf43e8 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -9,10 +9,10 @@ import (
"strings"
"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"
- "github.com/nilslice/cms/content"
- "github.com/nilslice/cms/management/editor"
- "github.com/nilslice/cms/management/manager"
)
// SetContent inserts or updates values in the database.