summaryrefslogtreecommitdiff
path: root/system/db
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
commit9345907a5c1737c6c2c1f8eba52a568035b08493 (patch)
tree50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /system/db
parenta9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff)
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'system/db')
-rw-r--r--system/db/config.go2
-rw-r--r--system/db/content.go4
-rw-r--r--system/db/init.go6
-rw-r--r--system/db/upload.go2
-rw-r--r--system/db/user.go2
5 files changed, 8 insertions, 8 deletions
diff --git a/system/db/config.go b/system/db/config.go
index c67fbe3..a4e5a02 100644
--- a/system/db/config.go
+++ b/system/db/config.go
@@ -8,7 +8,7 @@ import (
"strings"
"sync"
- "github.com/ponzu-cms/ponzu/system/admin/config"
+ "github.com/haturatu/ponzu/system/admin/config"
"github.com/boltdb/bolt"
"github.com/gorilla/schema"
diff --git a/system/db/content.go b/system/db/content.go
index 43d6023..569e497 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -12,8 +12,8 @@ import (
"sync"
"time"
- "github.com/ponzu-cms/ponzu/system/item"
- "github.com/ponzu-cms/ponzu/system/search"
+ "github.com/haturatu/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/search"
"github.com/boltdb/bolt"
"github.com/gofrs/uuid"
diff --git a/system/db/init.go b/system/db/init.go
index f08e55f..2ff9088 100644
--- a/system/db/init.go
+++ b/system/db/init.go
@@ -7,10 +7,10 @@ import (
"log"
"path/filepath"
- "github.com/ponzu-cms/ponzu/system/cfg"
+ "github.com/haturatu/ponzu/system/cfg"
- "github.com/ponzu-cms/ponzu/system/item"
- "github.com/ponzu-cms/ponzu/system/search"
+ "github.com/haturatu/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/search"
"github.com/boltdb/bolt"
"github.com/nilslice/jwt"
diff --git a/system/db/upload.go b/system/db/upload.go
index 2311ef0..9c4c3b2 100644
--- a/system/db/upload.go
+++ b/system/db/upload.go
@@ -11,7 +11,7 @@ import (
"strings"
"time"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/item"
"github.com/boltdb/bolt"
"github.com/gofrs/uuid"
diff --git a/system/db/user.go b/system/db/user.go
index 164ae7b..51fdd0b 100644
--- a/system/db/user.go
+++ b/system/db/user.go
@@ -9,7 +9,7 @@ import (
"net/http"
"time"
- "github.com/ponzu-cms/ponzu/system/admin/user"
+ "github.com/haturatu/ponzu/system/admin/user"
"github.com/boltdb/bolt"
"github.com/nilslice/jwt"