diff options
Diffstat (limited to 'system/admin/export.go')
-rw-r--r-- | system/admin/export.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/admin/export.go b/system/admin/export.go index 2453eb8..78217c5 100644 --- a/system/admin/export.go +++ b/system/admin/export.go @@ -10,9 +10,9 @@ import ( "strings" "time" - "github.com/ponzu-cms/ponzu/management/format" - "github.com/ponzu-cms/ponzu/system/db" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/management/format" + "github.com/haturatu/ponzu/system/db" + "github.com/haturatu/ponzu/system/item" "github.com/tidwall/gjson" ) |