summaryrefslogtreecommitdiff
path: root/system/db
diff options
context:
space:
mode:
Diffstat (limited to 'system/db')
-rw-r--r--system/db/config.go2
-rw-r--r--system/db/content.go6
-rw-r--r--system/db/init.go4
-rw-r--r--system/db/user.go2
4 files changed, 7 insertions, 7 deletions
diff --git a/system/db/config.go b/system/db/config.go
index 5bee0b3..bf531f7 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -9,8 +9,8 @@ import (
"time"
"github.com/boltdb/bolt"
+ "github.com/bosssauce/ponzu/system/admin/config"
"github.com/gorilla/schema"
- "github.com/nilslice/cms/system/admin/config"
)
var configCache url.Values
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.
diff --git a/system/db/init.go b/system/db/init.go
index 008449f..1d94385 100644
--- a/system/db/init.go
+++ b/system/db/init.go
@@ -5,8 +5,8 @@ import (
"log"
"github.com/boltdb/bolt"
- "github.com/nilslice/cms/content"
- "github.com/nilslice/cms/system/admin/config"
+ "github.com/bosssauce/ponzu/content"
+ "github.com/bosssauce/ponzu/system/admin/config"
"github.com/nilslice/jwt"
)
diff --git a/system/db/user.go b/system/db/user.go
index e205a47..f6bc4db 100644
--- a/system/db/user.go
+++ b/system/db/user.go
@@ -6,7 +6,7 @@ import (
"errors"
"github.com/boltdb/bolt"
- "github.com/nilslice/cms/system/admin/user"
+ "github.com/bosssauce/ponzu/system/admin/user"
)
// ErrUserExists is used for the db to report to admin user of existing user