diff --git a/apis/admin.go b/apis/admin.go index 0ee9c1b3b..1d79132d8 100644 --- a/apis/admin.go +++ b/apis/admin.go @@ -3,12 +3,12 @@ package apis import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/routine" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" ) diff --git a/apis/admin_test.go b/apis/admin_test.go index f67dbc6d8..b9bb2f231 100644 --- a/apis/admin_test.go +++ b/apis/admin_test.go @@ -7,11 +7,11 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" ) diff --git a/apis/api_error.go b/apis/api_error.go index 281c6e30e..5a59715d4 100644 --- a/apis/api_error.go +++ b/apis/api_error.go @@ -4,7 +4,7 @@ import ( "net/http" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" + "github.com/lunarforge/xbase/tools/inflector" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/apis/api_error_test.go b/apis/api_error_test.go index e9a7b08b4..86136efdf 100644 --- a/apis/api_error_test.go +++ b/apis/api_error_test.go @@ -5,7 +5,7 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/apis" + "github.com/lunarforge/xbase/apis" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/apis/backup.go b/apis/backup.go index e18768557..dcb756487 100644 --- a/apis/backup.go +++ b/apis/backup.go @@ -6,12 +6,12 @@ import ( "path/filepath" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/types" "github.com/labstack/echo/v5" "github.com/spf13/cast" ) diff --git a/apis/backup_test.go b/apis/backup_test.go index 8db6ad141..52c096e52 100644 --- a/apis/backup_test.go +++ b/apis/backup_test.go @@ -10,8 +10,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" "gocloud.dev/blob" ) diff --git a/apis/base.go b/apis/base.go index 383c7e6fa..db1d37a07 100644 --- a/apis/base.go +++ b/apis/base.go @@ -13,9 +13,9 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/ui" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/ui" "github.com/labstack/echo/v5" "github.com/labstack/echo/v5/middleware" "github.com/spf13/cast" diff --git a/apis/base_test.go b/apis/base_test.go index 6e6dbe626..63b6c0673 100644 --- a/apis/base_test.go +++ b/apis/base_test.go @@ -8,8 +8,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" "github.com/spf13/cast" ) diff --git a/apis/collection.go b/apis/collection.go index 797ee3068..13af5019a 100644 --- a/apis/collection.go +++ b/apis/collection.go @@ -3,10 +3,10 @@ package apis import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" ) diff --git a/apis/collection_test.go b/apis/collection_test.go index 9203a4974..b5f3c4acc 100644 --- a/apis/collection_test.go +++ b/apis/collection_test.go @@ -9,10 +9,10 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" "github.com/labstack/echo/v5" ) diff --git a/apis/file.go b/apis/file.go index 267a90b06..09fea41a4 100644 --- a/apis/file.go +++ b/apis/file.go @@ -10,13 +10,13 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" "github.com/labstack/echo/v5" "github.com/spf13/cast" "golang.org/x/sync/semaphore" diff --git a/apis/file_test.go b/apis/file_test.go index 5a13de0c0..aaf373ffd 100644 --- a/apis/file_test.go +++ b/apis/file_test.go @@ -10,12 +10,12 @@ import ( "sync" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" "github.com/labstack/echo/v5" ) diff --git a/apis/health.go b/apis/health.go index e066d0607..ecd4b2802 100644 --- a/apis/health.go +++ b/apis/health.go @@ -3,7 +3,7 @@ package apis import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" + "github.com/lunarforge/xbase/core" "github.com/labstack/echo/v5" ) diff --git a/apis/health_test.go b/apis/health_test.go index 296153964..5a2546116 100644 --- a/apis/health_test.go +++ b/apis/health_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/tests" ) func TestHealthAPI(t *testing.T) { diff --git a/apis/logs.go b/apis/logs.go index 2e5b80084..cb1d94e75 100644 --- a/apis/logs.go +++ b/apis/logs.go @@ -3,9 +3,9 @@ package apis import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" ) diff --git a/apis/logs_test.go b/apis/logs_test.go index 4d5fb0f0a..682e9855c 100644 --- a/apis/logs_test.go +++ b/apis/logs_test.go @@ -4,7 +4,7 @@ import ( "net/http" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" ) diff --git a/apis/middlewares.go b/apis/middlewares.go index ea94da2b6..ffea37c82 100644 --- a/apis/middlewares.go +++ b/apis/middlewares.go @@ -9,12 +9,12 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/routine" + "github.com/lunarforge/xbase/tools/security" "github.com/labstack/echo/v5" "github.com/spf13/cast" ) diff --git a/apis/middlewares_test.go b/apis/middlewares_test.go index b016f1fd5..3e8567610 100644 --- a/apis/middlewares_test.go +++ b/apis/middlewares_test.go @@ -4,8 +4,8 @@ import ( "net/http" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" ) diff --git a/apis/realtime.go b/apis/realtime.go index f31c6f961..d0e4081cf 100644 --- a/apis/realtime.go +++ b/apis/realtime.go @@ -9,14 +9,14 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/routine" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/subscriptions" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" "github.com/spf13/cast" diff --git a/apis/realtime_test.go b/apis/realtime_test.go index dd1677f0e..987ce2aa0 100644 --- a/apis/realtime_test.go +++ b/apis/realtime_test.go @@ -7,13 +7,13 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/hook" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/hook" + "github.com/lunarforge/xbase/tools/subscriptions" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" ) diff --git a/apis/record_auth.go b/apis/record_auth.go index 1072cb75d..abc17c566 100644 --- a/apis/record_auth.go +++ b/apis/record_auth.go @@ -8,16 +8,16 @@ import ( "net/http" "sort" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tools/auth" + "github.com/lunarforge/xbase/tools/routine" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/subscriptions" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" "golang.org/x/oauth2" diff --git a/apis/record_auth_test.go b/apis/record_auth_test.go index a276664e4..317a3b9ba 100644 --- a/apis/record_auth_test.go +++ b/apis/record_auth_test.go @@ -8,11 +8,11 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/subscriptions" + "github.com/lunarforge/xbase/tools/types" "github.com/labstack/echo/v5" ) diff --git a/apis/record_crud.go b/apis/record_crud.go index 43fd422b7..5a9bf7740 100644 --- a/apis/record_crud.go +++ b/apis/record_crud.go @@ -5,12 +5,12 @@ import ( "log/slog" "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" ) diff --git a/apis/record_crud_test.go b/apis/record_crud_test.go index d19fbc48a..73653bf24 100644 --- a/apis/record_crud_test.go +++ b/apis/record_crud_test.go @@ -10,9 +10,9 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" ) diff --git a/apis/record_helpers.go b/apis/record_helpers.go index 6097050ba..1e558f988 100644 --- a/apis/record_helpers.go +++ b/apis/record_helpers.go @@ -7,14 +7,14 @@ import ( "net/http" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" "github.com/pocketbase/dbx" ) diff --git a/apis/record_helpers_test.go b/apis/record_helpers_test.go index 8ddc50d90..7542ac3e9 100644 --- a/apis/record_helpers_test.go +++ b/apis/record_helpers_test.go @@ -7,9 +7,9 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" ) diff --git a/apis/serve.go b/apis/serve.go index 1b4a06b4a..eea048b29 100644 --- a/apis/serve.go +++ b/apis/serve.go @@ -11,11 +11,11 @@ import ( "sync" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/migrations/logs" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/migrations/logs" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/migrate" "github.com/fatih/color" "github.com/labstack/echo/v5" "github.com/labstack/echo/v5/middleware" diff --git a/apis/settings.go b/apis/settings.go index 6574b0efd..a7edcc4c1 100644 --- a/apis/settings.go +++ b/apis/settings.go @@ -3,9 +3,9 @@ package apis import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models/settings" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/labstack/echo/v5" ) diff --git a/apis/settings_test.go b/apis/settings_test.go index 4d8fc9925..771a09a5e 100644 --- a/apis/settings_test.go +++ b/apis/settings_test.go @@ -12,8 +12,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tests" "github.com/labstack/echo/v5" ) diff --git a/cmd/admin.go b/cmd/admin.go index 4c53ebb6e..505b151e3 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" "github.com/fatih/color" "github.com/go-ozzo/ozzo-validation/v4/is" "github.com/spf13/cobra" diff --git a/cmd/admin_test.go b/cmd/admin_test.go index 05ffdb314..9bf25d324 100644 --- a/cmd/admin_test.go +++ b/cmd/admin_test.go @@ -3,8 +3,8 @@ package cmd_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/cmd" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/cmd" + "github.com/lunarforge/xbase/tests" ) func TestAdminCreateCommand(t *testing.T) { diff --git a/cmd/serve.go b/cmd/serve.go index 37b463a02..b13938cae 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -4,8 +4,8 @@ import ( "log" "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" "github.com/spf13/cobra" ) diff --git a/core/app.go b/core/app.go index 1d6e54ced..3ddad8da5 100644 --- a/core/app.go +++ b/core/app.go @@ -7,13 +7,13 @@ import ( "context" "log/slog" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/hook" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/hook" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/store" + "github.com/lunarforge/xbase/tools/subscriptions" "github.com/pocketbase/dbx" ) diff --git a/core/base.go b/core/base.go index 52d230907..b92b27f90 100644 --- a/core/base.go +++ b/core/base.go @@ -12,18 +12,18 @@ import ( "syscall" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/hook" - "github.com/AlperRehaYAZGAN/postgresbase/tools/logger" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/hook" + "github.com/lunarforge/xbase/tools/logger" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/routine" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/store" + "github.com/lunarforge/xbase/tools/subscriptions" + "github.com/lunarforge/xbase/tools/types" "github.com/fatih/color" "github.com/pocketbase/dbx" "github.com/spf13/cast" diff --git a/core/base_backup.go b/core/base_backup.go index be08fc2e5..df16dc973 100644 --- a/core/base_backup.go +++ b/core/base_backup.go @@ -12,14 +12,14 @@ import ( "sort" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/archive" - "github.com/AlperRehaYAZGAN/postgresbase/tools/cron" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/osutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/archive" + "github.com/lunarforge/xbase/tools/cron" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/osutils" + "github.com/lunarforge/xbase/tools/security" ) // Deprecated: Replaced with StoreKeyActiveBackup. diff --git a/core/base_backup_test.go b/core/base_backup_test.go index 7eb3d2ef3..7c0e27d94 100644 --- a/core/base_backup_test.go +++ b/core/base_backup_test.go @@ -9,10 +9,10 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/archive" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/archive" + "github.com/lunarforge/xbase/tools/list" ) func TestCreateBackup(t *testing.T) { diff --git a/core/base_settings_test.go b/core/base_settings_test.go index aa71fe46e..dfb883372 100644 --- a/core/base_settings_test.go +++ b/core/base_settings_test.go @@ -3,9 +3,9 @@ package core_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" ) func TestBaseAppRefreshSettings(t *testing.T) { diff --git a/core/base_test.go b/core/base_test.go index 7927dd742..d2c4ff451 100644 --- a/core/base_test.go +++ b/core/base_test.go @@ -7,14 +7,14 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/migrations/logs" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/logger" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/migrations/logs" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/logger" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/migrate" ) func TestNewBaseApp(t *testing.T) { diff --git a/core/events.go b/core/events.go index ba3c9c899..0d8750c88 100644 --- a/core/events.go +++ b/core/events.go @@ -4,16 +4,16 @@ import ( "net/http" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/hook" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/auth" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/hook" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/subscriptions" "github.com/labstack/echo/v5" "golang.org/x/crypto/acme/autocert" ) diff --git a/core/events_test.go b/core/events_test.go index aa95cf1a9..3de200359 100644 --- a/core/events_test.go +++ b/core/events_test.go @@ -3,9 +3,9 @@ package core_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/list" ) func TestBaseCollectionEventTags(t *testing.T) { diff --git a/core/log_printer.go b/core/log_printer.go index 760b1c814..ba33356cb 100644 --- a/core/log_printer.go +++ b/core/log_printer.go @@ -5,8 +5,8 @@ import ( "log/slog" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/logger" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" + "github.com/lunarforge/xbase/tools/logger" + "github.com/lunarforge/xbase/tools/store" "github.com/fatih/color" "github.com/spf13/cast" ) diff --git a/daos/admin.go b/daos/admin.go index 508531bd6..a5a52e5b0 100644 --- a/daos/admin.go +++ b/daos/admin.go @@ -3,9 +3,9 @@ package daos import ( "errors" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" "github.com/pocketbase/dbx" ) diff --git a/daos/admin_test.go b/daos/admin_test.go index 45f469b7e..5b54e5f65 100644 --- a/daos/admin_test.go +++ b/daos/admin_test.go @@ -3,8 +3,8 @@ package daos_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestAdminQuery(t *testing.T) { diff --git a/daos/base.go b/daos/base.go index 242728708..70cfc44aa 100644 --- a/daos/base.go +++ b/daos/base.go @@ -8,7 +8,7 @@ import ( "fmt" "time" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" "github.com/pocketbase/dbx" ) diff --git a/daos/base_test.go b/daos/base_test.go index ce06fbbaf..2f9e05c69 100644 --- a/daos/base_test.go +++ b/daos/base_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestNew(t *testing.T) { diff --git a/daos/collection.go b/daos/collection.go index bc0760dbc..38382517f 100644 --- a/daos/collection.go +++ b/daos/collection.go @@ -7,9 +7,9 @@ import ( "fmt" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" ) diff --git a/daos/collection_test.go b/daos/collection_test.go index cef209bec..a421fcc95 100644 --- a/daos/collection_test.go +++ b/daos/collection_test.go @@ -6,12 +6,12 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/external_auth.go b/daos/external_auth.go index 76006bef8..7c3251f49 100644 --- a/daos/external_auth.go +++ b/daos/external_auth.go @@ -3,7 +3,7 @@ package daos import ( "errors" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" "github.com/pocketbase/dbx" ) diff --git a/daos/external_auth_test.go b/daos/external_auth_test.go index 5f38d4311..9644402a9 100644 --- a/daos/external_auth_test.go +++ b/daos/external_auth_test.go @@ -3,8 +3,8 @@ package daos_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" "github.com/pocketbase/dbx" ) diff --git a/daos/log.go b/daos/log.go index 593458ea3..ccb267083 100644 --- a/daos/log.go +++ b/daos/log.go @@ -3,8 +3,8 @@ package daos import ( "time" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/log_test.go b/daos/log_test.go index 3262ae353..3256ed899 100644 --- a/daos/log_test.go +++ b/daos/log_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/param.go b/daos/param.go index 30a9e1f8c..6db9899f5 100644 --- a/daos/param.go +++ b/daos/param.go @@ -3,9 +3,9 @@ package daos import ( "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/param_test.go b/daos/param_test.go index 11c91b2ce..0301f9308 100644 --- a/daos/param_test.go +++ b/daos/param_test.go @@ -4,10 +4,10 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" ) func TestParamQuery(t *testing.T) { diff --git a/daos/record.go b/daos/record.go index 328b01f37..a4fdec5ae 100644 --- a/daos/record.go +++ b/daos/record.go @@ -8,14 +8,14 @@ import ( "sort" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" "github.com/spf13/cast" ) diff --git a/daos/record_expand.go b/daos/record_expand.go index 4a503824b..7a6f1e317 100644 --- a/daos/record_expand.go +++ b/daos/record_expand.go @@ -5,13 +5,13 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/record_expand_test.go b/daos/record_expand_test.go index 9289ab28e..bd9b4757b 100644 --- a/daos/record_expand_test.go +++ b/daos/record_expand_test.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" ) func TestExpandRecords(t *testing.T) { diff --git a/daos/record_table_sync.go b/daos/record_table_sync.go index 358721563..36e4aebee 100644 --- a/daos/record_table_sync.go +++ b/daos/record_table_sync.go @@ -5,10 +5,10 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/pocketbase/dbx" ) diff --git a/daos/record_table_sync_test.go b/daos/record_table_sync_test.go index 68bec9c6f..df875e174 100644 --- a/daos/record_table_sync_test.go +++ b/daos/record_table_sync_test.go @@ -5,11 +5,11 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/record_test.go b/daos/record_test.go index fcd3fbb45..b55bde2be 100644 --- a/daos/record_test.go +++ b/daos/record_test.go @@ -9,12 +9,12 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/settings.go b/daos/settings.go index b5df0974e..519859023 100644 --- a/daos/settings.go +++ b/daos/settings.go @@ -4,9 +4,9 @@ import ( "encoding/json" "errors" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/security" ) // FindSettings returns and decode the serialized app settings param value. diff --git a/daos/settings_test.go b/daos/settings_test.go index c3f20edef..1de29b16c 100644 --- a/daos/settings_test.go +++ b/daos/settings_test.go @@ -3,8 +3,8 @@ package daos_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" ) func TestSaveAndFindSettings(t *testing.T) { diff --git a/daos/table.go b/daos/table.go index 8f2b9085e..56f9e2e05 100644 --- a/daos/table.go +++ b/daos/table.go @@ -3,7 +3,7 @@ package daos import ( "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" "github.com/pocketbase/dbx" ) diff --git a/daos/table_test.go b/daos/table_test.go index ba3e080e0..f088969fc 100644 --- a/daos/table_test.go +++ b/daos/table_test.go @@ -7,8 +7,8 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" ) func TestHasTable(t *testing.T) { diff --git a/daos/view.go b/daos/view.go index c3ae30b12..bb71534ed 100644 --- a/daos/view.go +++ b/daos/view.go @@ -7,13 +7,13 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/tokenizer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/tokenizer" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/daos/view_test.go b/daos/view_test.go index a87f6dfe3..0ef12ca01 100644 --- a/daos/view_test.go +++ b/daos/view_test.go @@ -5,12 +5,12 @@ import ( "fmt" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" ) diff --git a/examples/base/main.go b/examples/base/main.go index 4b3f9600b..a6c8d5216 100644 --- a/examples/base/main.go +++ b/examples/base/main.go @@ -5,9 +5,9 @@ import ( "os" "time" - pocketbase "github.com/AlperRehaYAZGAN/postgresbase" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/plugins/migratecmd" + pocketbase "github.com/lunarforge/xbase" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/plugins/migratecmd" ) func main() { diff --git a/forms/admin_login.go b/forms/admin_login.go index 6ee4a4541..d50058bc3 100644 --- a/forms/admin_login.go +++ b/forms/admin_login.go @@ -4,9 +4,9 @@ import ( "database/sql" "errors" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/admin_login_test.go b/forms/admin_login_test.go index f0404be1d..57a4430e7 100644 --- a/forms/admin_login_test.go +++ b/forms/admin_login_test.go @@ -4,9 +4,9 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestAdminLoginValidateAndSubmit(t *testing.T) { diff --git a/forms/admin_password_reset_confirm.go b/forms/admin_password_reset_confirm.go index 89788b874..a411e1099 100644 --- a/forms/admin_password_reset_confirm.go +++ b/forms/admin_password_reset_confirm.go @@ -1,10 +1,10 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/admin_password_reset_confirm_test.go b/forms/admin_password_reset_confirm_test.go index 955826cb3..5af45d7dc 100644 --- a/forms/admin_password_reset_confirm_test.go +++ b/forms/admin_password_reset_confirm_test.go @@ -4,10 +4,10 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" ) func TestAdminPasswordResetConfirmValidateAndSubmit(t *testing.T) { diff --git a/forms/admin_password_reset_request.go b/forms/admin_password_reset_request.go index 0e6752fe6..6ae176073 100644 --- a/forms/admin_password_reset_request.go +++ b/forms/admin_password_reset_request.go @@ -5,11 +5,11 @@ import ( "fmt" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/admin_password_reset_request_test.go b/forms/admin_password_reset_request_test.go index 8d9e428f0..981ed08dc 100644 --- a/forms/admin_password_reset_request_test.go +++ b/forms/admin_password_reset_request_test.go @@ -4,9 +4,9 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestAdminPasswordResetRequestValidateAndSubmit(t *testing.T) { diff --git a/forms/admin_upsert.go b/forms/admin_upsert.go index 65537c05b..d98ee60cf 100644 --- a/forms/admin_upsert.go +++ b/forms/admin_upsert.go @@ -1,10 +1,10 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/admin_upsert_test.go b/forms/admin_upsert_test.go index 5176aa636..88293c25d 100644 --- a/forms/admin_upsert_test.go +++ b/forms/admin_upsert_test.go @@ -6,9 +6,9 @@ import ( "fmt" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestNewAdminUpsert(t *testing.T) { diff --git a/forms/apple_client_secret_create.go b/forms/apple_client_secret_create.go index 36d1b879d..2c5054d3d 100644 --- a/forms/apple_client_secret_create.go +++ b/forms/apple_client_secret_create.go @@ -5,7 +5,7 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" + "github.com/lunarforge/xbase/core" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/golang-jwt/jwt/v4" ) diff --git a/forms/apple_client_secret_create_test.go b/forms/apple_client_secret_create_test.go index aceb1d702..5750db5ef 100644 --- a/forms/apple_client_secret_create_test.go +++ b/forms/apple_client_secret_create_test.go @@ -9,8 +9,8 @@ import ( "encoding/pem" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" "github.com/golang-jwt/jwt/v4" ) diff --git a/forms/backup_create.go b/forms/backup_create.go index 12924c001..c48ccbe92 100644 --- a/forms/backup_create.go +++ b/forms/backup_create.go @@ -4,7 +4,7 @@ import ( "context" "regexp" - "github.com/AlperRehaYAZGAN/postgresbase/core" + "github.com/lunarforge/xbase/core" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/backup_create_test.go b/forms/backup_create_test.go index ff9ef2787..2dcf8d95b 100644 --- a/forms/backup_create_test.go +++ b/forms/backup_create_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/backup_upload.go b/forms/backup_upload.go index b66ab80f3..03f5882d2 100644 --- a/forms/backup_upload.go +++ b/forms/backup_upload.go @@ -3,9 +3,9 @@ package forms import ( "context" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/tools/filesystem" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/backup_upload_test.go b/forms/backup_upload_test.go index b353d5f2f..f5268f46e 100644 --- a/forms/backup_upload_test.go +++ b/forms/backup_upload_test.go @@ -5,9 +5,9 @@ import ( "bytes" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/collection_upsert.go b/forms/collection_upsert.go index 99c2cea9c..192932147 100644 --- a/forms/collection_upsert.go +++ b/forms/collection_upsert.go @@ -6,16 +6,16 @@ import ( "regexp" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/collection_upsert_test.go b/forms/collection_upsert_test.go index 55f866975..6aa14c54f 100644 --- a/forms/collection_upsert_test.go +++ b/forms/collection_upsert_test.go @@ -5,12 +5,12 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/spf13/cast" ) diff --git a/forms/collections_import.go b/forms/collections_import.go index bb874c33c..1692e369b 100644 --- a/forms/collections_import.go +++ b/forms/collections_import.go @@ -4,9 +4,9 @@ import ( "encoding/json" "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/collections_import_test.go b/forms/collections_import_test.go index 8dc0bdd03..e41b70c60 100644 --- a/forms/collections_import_test.go +++ b/forms/collections_import_test.go @@ -5,9 +5,9 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestCollectionsImportValidate(t *testing.T) { diff --git a/forms/realtime_subscribe_test.go b/forms/realtime_subscribe_test.go index bc78f0910..b4121f888 100644 --- a/forms/realtime_subscribe_test.go +++ b/forms/realtime_subscribe_test.go @@ -4,7 +4,7 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" + "github.com/lunarforge/xbase/forms" ) func TestRealtimeSubscribeValidate(t *testing.T) { diff --git a/forms/record_email_change_confirm.go b/forms/record_email_change_confirm.go index 7f50791a3..97a83d56d 100644 --- a/forms/record_email_change_confirm.go +++ b/forms/record_email_change_confirm.go @@ -1,11 +1,11 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_email_change_confirm_test.go b/forms/record_email_change_confirm_test.go index 3537dac00..9d5a4f45e 100644 --- a/forms/record_email_change_confirm_test.go +++ b/forms/record_email_change_confirm_test.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_email_change_request.go b/forms/record_email_change_request.go index 8be99d50f..5a1870b16 100644 --- a/forms/record_email_change_request.go +++ b/forms/record_email_change_request.go @@ -1,11 +1,11 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/record_email_change_request_test.go b/forms/record_email_change_request_test.go index 5f0fec914..537890f29 100644 --- a/forms/record_email_change_request_test.go +++ b/forms/record_email_change_request_test.go @@ -5,9 +5,9 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_oauth2_login.go b/forms/record_oauth2_login.go index 9e120ebc6..a6250ba3c 100644 --- a/forms/record_oauth2_login.go +++ b/forms/record_oauth2_login.go @@ -6,11 +6,11 @@ import ( "fmt" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/auth" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/pocketbase/dbx" "golang.org/x/oauth2" diff --git a/forms/record_oauth2_login_test.go b/forms/record_oauth2_login_test.go index 432d090fe..cfc7940d9 100644 --- a/forms/record_oauth2_login_test.go +++ b/forms/record_oauth2_login_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_password_login.go b/forms/record_password_login.go index 1958b1119..90c95c783 100644 --- a/forms/record_password_login.go +++ b/forms/record_password_login.go @@ -4,9 +4,9 @@ import ( "database/sql" "errors" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/record_password_login_test.go b/forms/record_password_login_test.go index f70851489..9a14ebeb9 100644 --- a/forms/record_password_login_test.go +++ b/forms/record_password_login_test.go @@ -4,9 +4,9 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" ) func TestRecordPasswordLoginValidateAndSubmit(t *testing.T) { diff --git a/forms/record_password_reset_confirm.go b/forms/record_password_reset_confirm.go index 0265ffa53..7854a6043 100644 --- a/forms/record_password_reset_confirm.go +++ b/forms/record_password_reset_confirm.go @@ -1,10 +1,10 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_password_reset_confirm_test.go b/forms/record_password_reset_confirm_test.go index ee1671bb4..6ebc763ef 100644 --- a/forms/record_password_reset_confirm_test.go +++ b/forms/record_password_reset_confirm_test.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/record_password_reset_request.go b/forms/record_password_reset_request.go index 3178176c2..03191ba83 100644 --- a/forms/record_password_reset_request.go +++ b/forms/record_password_reset_request.go @@ -5,12 +5,12 @@ import ( "fmt" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/record_password_reset_request_test.go b/forms/record_password_reset_request_test.go index 16210bffc..e00c7cde3 100644 --- a/forms/record_password_reset_request_test.go +++ b/forms/record_password_reset_request_test.go @@ -6,10 +6,10 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" ) func TestRecordPasswordResetRequestSubmit(t *testing.T) { diff --git a/forms/record_upsert.go b/forms/record_upsert.go index 08505cc4f..16c8ac986 100644 --- a/forms/record_upsert.go +++ b/forms/record_upsert.go @@ -9,15 +9,15 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" "github.com/pocketbase/dbx" diff --git a/forms/record_upsert_test.go b/forms/record_upsert_test.go index f987e49a3..8ee1c358f 100644 --- a/forms/record_upsert_test.go +++ b/forms/record_upsert_test.go @@ -12,15 +12,15 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/labstack/echo/v5" ) diff --git a/forms/record_verification_confirm.go b/forms/record_verification_confirm.go index 3d46199bf..77622da87 100644 --- a/forms/record_verification_confirm.go +++ b/forms/record_verification_confirm.go @@ -1,10 +1,10 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/spf13/cast" ) diff --git a/forms/record_verification_confirm_test.go b/forms/record_verification_confirm_test.go index 4e89b7bc6..c6e21e0c5 100644 --- a/forms/record_verification_confirm_test.go +++ b/forms/record_verification_confirm_test.go @@ -5,10 +5,10 @@ import ( "errors" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" ) func TestRecordVerificationConfirmValidateAndSubmit(t *testing.T) { diff --git a/forms/record_verification_request.go b/forms/record_verification_request.go index 4ad0deff0..1b2ee22ea 100644 --- a/forms/record_verification_request.go +++ b/forms/record_verification_request.go @@ -4,12 +4,12 @@ import ( "errors" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/record_verification_request_test.go b/forms/record_verification_request_test.go index b452a008d..c0d6c789f 100644 --- a/forms/record_verification_request_test.go +++ b/forms/record_verification_request_test.go @@ -6,10 +6,10 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" ) func TestRecordVerificationRequestSubmit(t *testing.T) { diff --git a/forms/settings_upsert.go b/forms/settings_upsert.go index f6306bb95..1f1903b5b 100644 --- a/forms/settings_upsert.go +++ b/forms/settings_upsert.go @@ -4,11 +4,11 @@ import ( "os" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/forms/settings_upsert_test.go b/forms/settings_upsert_test.go index dc62c1e55..8d815c456 100644 --- a/forms/settings_upsert_test.go +++ b/forms/settings_upsert_test.go @@ -6,10 +6,10 @@ import ( "os" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/test_email_send.go b/forms/test_email_send.go index 7d1333d83..f56683b0e 100644 --- a/forms/test_email_send.go +++ b/forms/test_email_send.go @@ -1,10 +1,10 @@ package forms import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/forms/test_email_send_test.go b/forms/test_email_send_test.go index 3666a5932..ac539702b 100644 --- a/forms/test_email_send_test.go +++ b/forms/test_email_send_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/test_s3_filesystem.go b/forms/test_s3_filesystem.go index 2e17e9b81..caea4e7f2 100644 --- a/forms/test_s3_filesystem.go +++ b/forms/test_s3_filesystem.go @@ -4,10 +4,10 @@ import ( "errors" "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/test_s3_filesystem_test.go b/forms/test_s3_filesystem_test.go index ad5dace43..68ad05797 100644 --- a/forms/test_s3_filesystem_test.go +++ b/forms/test_s3_filesystem_test.go @@ -3,8 +3,8 @@ package forms_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/tests" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/validators/file.go b/forms/validators/file.go index e684494ac..8cd48ef7a 100644 --- a/forms/validators/file.go +++ b/forms/validators/file.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/filesystem" "github.com/gabriel-vasile/mimetype" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/validators/file_test.go b/forms/validators/file_test.go index 64b57f080..0451db84c 100644 --- a/forms/validators/file_test.go +++ b/forms/validators/file_test.go @@ -5,10 +5,10 @@ import ( "net/http/httptest" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/rest" ) func TestUploadedFileSize(t *testing.T) { diff --git a/forms/validators/model.go b/forms/validators/model.go index 6f070b03f..e18e2c985 100644 --- a/forms/validators/model.go +++ b/forms/validators/model.go @@ -4,7 +4,7 @@ import ( "database/sql" "errors" - "github.com/AlperRehaYAZGAN/postgresbase/daos" + "github.com/lunarforge/xbase/daos" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/pocketbase/dbx" ) diff --git a/forms/validators/model_test.go b/forms/validators/model_test.go index e783497a8..388841c34 100644 --- a/forms/validators/model_test.go +++ b/forms/validators/model_test.go @@ -3,8 +3,8 @@ package validators_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/tests" ) func TestUniqueId(t *testing.T) { diff --git a/forms/validators/record_data.go b/forms/validators/record_data.go index aa2e6dcab..6069afdf6 100644 --- a/forms/validators/record_data.go +++ b/forms/validators/record_data.go @@ -6,12 +6,12 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" "github.com/pocketbase/dbx" diff --git a/forms/validators/record_data_test.go b/forms/validators/record_data_test.go index 5b15cabab..babfc86a0 100644 --- a/forms/validators/record_data_test.go +++ b/forms/validators/record_data_test.go @@ -7,14 +7,14 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms/validators" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/forms/validators/string_test.go b/forms/validators/string_test.go index a9875a12e..9b5d23966 100644 --- a/forms/validators/string_test.go +++ b/forms/validators/string_test.go @@ -3,7 +3,7 @@ package validators_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/forms/validators" + "github.com/lunarforge/xbase/forms/validators" ) func TestCompare(t *testing.T) { diff --git a/go.mod b/go.mod index e53649263..db0ceb9d9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/AlperRehaYAZGAN/postgresbase +module github.com/lunarforge/xbase go 1.21 diff --git a/mails/admin.go b/mails/admin.go index 07dc58b29..223a31452 100644 --- a/mails/admin.go +++ b/mails/admin.go @@ -4,12 +4,12 @@ import ( "fmt" "net/mail" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/mails/templates" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/mails/templates" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/rest" ) // SendAdminPasswordReset sends a password reset request email to the specified admin. diff --git a/mails/admin_test.go b/mails/admin_test.go index a446bd4fc..c0b50eebc 100644 --- a/mails/admin_test.go +++ b/mails/admin_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/tests" ) func TestSendAdminPasswordReset(t *testing.T) { diff --git a/mails/record.go b/mails/record.go index 82b7ba6dd..4451fb39b 100644 --- a/mails/record.go +++ b/mails/record.go @@ -4,12 +4,12 @@ import ( "html/template" "net/mail" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/mails/templates" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/mails/templates" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/mailer" ) // SendRecordPasswordReset sends a password reset request email to the specified user. diff --git a/mails/record_test.go b/mails/record_test.go index 3d53eb5e0..df44a6694 100644 --- a/mails/record_test.go +++ b/mails/record_test.go @@ -4,8 +4,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/tests" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/tests" ) func TestSendRecordPasswordReset(t *testing.T) { diff --git a/migrations/1640988000_init.go b/migrations/1640988000_init.go index 4e29c1961..b5dd0cd42 100644 --- a/migrations/1640988000_init.go +++ b/migrations/1640988000_init.go @@ -5,12 +5,12 @@ import ( "path/filepath" "runtime" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/migrate" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/migrations/1673167670_multi_match_migrate.go b/migrations/1673167670_multi_match_migrate.go index 45e534368..22703d25a 100644 --- a/migrations/1673167670_multi_match_migrate.go +++ b/migrations/1673167670_multi_match_migrate.go @@ -4,9 +4,9 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/1679943780_normalize_single_multiple_values.go b/migrations/1679943780_normalize_single_multiple_values.go index 9138157cc..a7cbda6fe 100644 --- a/migrations/1679943780_normalize_single_multiple_values.go +++ b/migrations/1679943780_normalize_single_multiple_values.go @@ -3,9 +3,9 @@ package migrations import ( "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/1679943781_add_indexes_column.go b/migrations/1679943781_add_indexes_column.go index 3899e43c1..cc41260bc 100644 --- a/migrations/1679943781_add_indexes_column.go +++ b/migrations/1679943781_add_indexes_column.go @@ -4,10 +4,10 @@ import ( "fmt" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" ) diff --git a/migrations/1690319366_reset_null_values.go b/migrations/1690319366_reset_null_values.go index f235d5219..e15c441ff 100644 --- a/migrations/1690319366_reset_null_values.go +++ b/migrations/1690319366_reset_null_values.go @@ -3,9 +3,9 @@ package migrations import ( "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/1690454337_transform_relations_to_views.go b/migrations/1690454337_transform_relations_to_views.go index 75d119231..f4134d2a6 100644 --- a/migrations/1690454337_transform_relations_to_views.go +++ b/migrations/1690454337_transform_relations_to_views.go @@ -1,9 +1,9 @@ package migrations import ( - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/1691747913_resave_views.go b/migrations/1691747913_resave_views.go index 1d01a0315..3b8e08ca4 100644 --- a/migrations/1691747913_resave_views.go +++ b/migrations/1691747913_resave_views.go @@ -1,8 +1,8 @@ package migrations import ( - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" "github.com/pocketbase/dbx" ) diff --git a/migrations/1692609521_copy_display_fields.go b/migrations/1692609521_copy_display_fields.go index bf1a64562..5780560a8 100644 --- a/migrations/1692609521_copy_display_fields.go +++ b/migrations/1692609521_copy_display_fields.go @@ -1,9 +1,9 @@ package migrations import ( - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/1702134272_set_default_json_max_size.go b/migrations/1702134272_set_default_json_max_size.go index c2f6bd6ab..a898a2bf5 100644 --- a/migrations/1702134272_set_default_json_max_size.go +++ b/migrations/1702134272_set_default_json_max_size.go @@ -1,9 +1,9 @@ package migrations import ( - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" "github.com/pocketbase/dbx" ) diff --git a/migrations/logs/1640988000_init.go b/migrations/logs/1640988000_init.go index 3fdf0323c..aebde3fdc 100644 --- a/migrations/logs/1640988000_init.go +++ b/migrations/logs/1640988000_init.go @@ -1,7 +1,7 @@ package logs import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" + "github.com/lunarforge/xbase/tools/migrate" "github.com/pocketbase/dbx" ) diff --git a/models/admin.go b/models/admin.go index 12495178b..bfc6ed298 100644 --- a/models/admin.go +++ b/models/admin.go @@ -5,8 +5,8 @@ import ( "os" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/crypto/bcrypt" ) diff --git a/models/admin_test.go b/models/admin_test.go index 462441121..78a1623dc 100644 --- a/models/admin_test.go +++ b/models/admin_test.go @@ -3,8 +3,8 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/types" ) func TestAdminTableName(t *testing.T) { diff --git a/models/backup_file_info.go b/models/backup_file_info.go index 4af138f8a..7e4e33857 100644 --- a/models/backup_file_info.go +++ b/models/backup_file_info.go @@ -1,6 +1,6 @@ package models -import "github.com/AlperRehaYAZGAN/postgresbase/tools/types" +import "github.com/lunarforge/xbase/tools/types" type BackupFileInfo struct { Key string `json:"key"` diff --git a/models/base.go b/models/base.go index 97a1793a7..ea28c26b4 100644 --- a/models/base.go +++ b/models/base.go @@ -2,8 +2,8 @@ package models import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/types" ) const ( diff --git a/models/base_test.go b/models/base_test.go index 843938844..7289dcc10 100644 --- a/models/base_test.go +++ b/models/base_test.go @@ -3,7 +3,7 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) func TestBaseModelHasId(t *testing.T) { diff --git a/models/collection.go b/models/collection.go index 9da64fb8b..168d1c376 100644 --- a/models/collection.go +++ b/models/collection.go @@ -3,8 +3,8 @@ package models import ( "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/models/collection_test.go b/models/collection_test.go index 7e307563e..704cdd96a 100644 --- a/models/collection_test.go +++ b/models/collection_test.go @@ -4,9 +4,9 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/models/external_auth_test.go b/models/external_auth_test.go index 54640bd4a..d18471b3a 100644 --- a/models/external_auth_test.go +++ b/models/external_auth_test.go @@ -3,7 +3,7 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) func TestExternalAuthTableName(t *testing.T) { diff --git a/models/log.go b/models/log.go index 539dc5ac2..cc1f1e921 100644 --- a/models/log.go +++ b/models/log.go @@ -1,7 +1,7 @@ package models import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) var _ Model = (*Log)(nil) diff --git a/models/param.go b/models/param.go index e9ea6b8eb..bde8bb67e 100644 --- a/models/param.go +++ b/models/param.go @@ -1,7 +1,7 @@ package models import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) var _ Model = (*Param)(nil) diff --git a/models/param_test.go b/models/param_test.go index c798fbe93..3068054ad 100644 --- a/models/param_test.go +++ b/models/param_test.go @@ -3,7 +3,7 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) func TestParamTableName(t *testing.T) { diff --git a/models/record.go b/models/record.go index 425bb543a..88b8c23ac 100644 --- a/models/record.go +++ b/models/record.go @@ -9,11 +9,11 @@ import ( "strconv" "time" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/store" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" "github.com/spf13/cast" "golang.org/x/crypto/bcrypt" diff --git a/models/record_test.go b/models/record_test.go index 21a054ad9..c9de3df46 100644 --- a/models/record_test.go +++ b/models/record_test.go @@ -7,10 +7,10 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" "github.com/pocketbase/dbx" ) diff --git a/models/request.go b/models/request.go index 49a1511cc..03f5ad2c6 100644 --- a/models/request.go +++ b/models/request.go @@ -1,6 +1,6 @@ package models -import "github.com/AlperRehaYAZGAN/postgresbase/tools/types" +import "github.com/lunarforge/xbase/tools/types" var _ Model = (*Request)(nil) diff --git a/models/request_info.go b/models/request_info.go index 260e11676..8e82b4e2e 100644 --- a/models/request_info.go +++ b/models/request_info.go @@ -3,7 +3,7 @@ package models import ( "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/models/schema" ) // RequestInfo defines a HTTP request data struct, usually used diff --git a/models/request_info_test.go b/models/request_info_test.go index 4f49dcba9..2089c92ed 100644 --- a/models/request_info_test.go +++ b/models/request_info_test.go @@ -3,7 +3,7 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) func TestRequestInfoHasModifierDataKeys(t *testing.T) { diff --git a/models/request_test.go b/models/request_test.go index 2fcbe4f86..aa1866316 100644 --- a/models/request_test.go +++ b/models/request_test.go @@ -3,7 +3,7 @@ package models_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) func TestRequestTableName(t *testing.T) { diff --git a/models/schema/schema.go b/models/schema/schema.go index 0f2a234f3..3955b18ce 100644 --- a/models/schema/schema.go +++ b/models/schema/schema.go @@ -9,8 +9,8 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/models/schema/schema_field.go b/models/schema/schema_field.go index f8617062b..29247a081 100644 --- a/models/schema/schema_field.go +++ b/models/schema/schema_field.go @@ -6,9 +6,9 @@ import ( "regexp" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" "github.com/spf13/cast" diff --git a/models/schema/schema_field_test.go b/models/schema/schema_field_test.go index 9f710e539..958b44c45 100644 --- a/models/schema/schema_field_test.go +++ b/models/schema/schema_field_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/models/schema/schema_test.go b/models/schema/schema_test.go index 4feb0e62f..7621d0efa 100644 --- a/models/schema/schema_test.go +++ b/models/schema/schema_test.go @@ -3,7 +3,7 @@ package schema_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" + "github.com/lunarforge/xbase/models/schema" ) func TestNewSchemaAndFields(t *testing.T) { diff --git a/models/settings/settings.go b/models/settings/settings.go index c094e4b3a..22950e684 100644 --- a/models/settings/settings.go +++ b/models/settings/settings.go @@ -7,11 +7,11 @@ import ( "strings" "sync" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" - "github.com/AlperRehaYAZGAN/postgresbase/tools/cron" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/auth" + "github.com/lunarforge/xbase/tools/cron" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/security" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/go-ozzo/ozzo-validation/v4/is" ) diff --git a/models/settings/settings_test.go b/models/settings/settings_test.go index 2a37ce19b..89c95bdd2 100644 --- a/models/settings/settings_test.go +++ b/models/settings/settings_test.go @@ -7,10 +7,10 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models/settings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/models/settings" + "github.com/lunarforge/xbase/tools/auth" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/types" validation "github.com/go-ozzo/ozzo-validation/v4" ) diff --git a/models/table_info.go b/models/table_info.go index cf80b56c5..cd6195f03 100644 --- a/models/table_info.go +++ b/models/table_info.go @@ -1,6 +1,6 @@ package models -import "github.com/AlperRehaYAZGAN/postgresbase/tools/types" +import "github.com/lunarforge/xbase/tools/types" type TableInfoRow struct { // the `db:"pk"` tag has special semantic so we cannot rename diff --git a/plugins/ghupdate/ghupdate.go b/plugins/ghupdate/ghupdate.go index 222e18184..2a39c6d92 100644 --- a/plugins/ghupdate/ghupdate.go +++ b/plugins/ghupdate/ghupdate.go @@ -21,8 +21,8 @@ import ( "strings" "github.com/AlecAivazis/survey/v2" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tools/archive" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tools/archive" "github.com/fatih/color" "github.com/spf13/cobra" ) diff --git a/plugins/jsvm/binds.go b/plugins/jsvm/binds.go index 906d3dbda..1bc00404b 100644 --- a/plugins/jsvm/binds.go +++ b/plugins/jsvm/binds.go @@ -15,24 +15,24 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/forms" - "github.com/AlperRehaYAZGAN/postgresbase/mails" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" - "github.com/AlperRehaYAZGAN/postgresbase/tools/cron" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/hook" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/forms" + "github.com/lunarforge/xbase/mails" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tokens" + "github.com/lunarforge/xbase/tools/cron" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/hook" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/subscriptions" + "github.com/lunarforge/xbase/tools/types" "github.com/dop251/goja" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/labstack/echo/v5" diff --git a/plugins/jsvm/binds_test.go b/plugins/jsvm/binds_test.go index 12c437fe4..7822c7d45 100644 --- a/plugins/jsvm/binds_test.go +++ b/plugins/jsvm/binds_test.go @@ -12,15 +12,15 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/mailer" + "github.com/lunarforge/xbase/tools/security" "github.com/dop251/goja" validation "github.com/go-ozzo/ozzo-validation/v4" "github.com/pocketbase/dbx" diff --git a/plugins/jsvm/internal/types/types.go b/plugins/jsvm/internal/types/types.go index 9cc6b9159..a35036fed 100644 --- a/plugins/jsvm/internal/types/types.go +++ b/plugins/jsvm/internal/types/types.go @@ -10,9 +10,9 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/plugins/jsvm" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/plugins/jsvm" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/tygoja" ) @@ -1055,14 +1055,14 @@ func main() { Packages: map[string][]string{ "github.com/go-ozzo/ozzo-validation/v4": {"Error"}, "github.com/pocketbase/dbx": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/tools/security": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/tools/template": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/tokens": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/mails": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/apis": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase/forms": {"*"}, - "github.com/AlperRehaYAZGAN/postgresbase": {"*"}, + "github.com/lunarforge/xbase/tools/security": {"*"}, + "github.com/lunarforge/xbase/tools/filesystem": {"*"}, + "github.com/lunarforge/xbase/tools/template": {"*"}, + "github.com/lunarforge/xbase/tokens": {"*"}, + "github.com/lunarforge/xbase/mails": {"*"}, + "github.com/lunarforge/xbase/apis": {"*"}, + "github.com/lunarforge/xbase/forms": {"*"}, + "github.com/lunarforge/xbase": {"*"}, "path/filepath": {"*"}, "os": {"*"}, "os/exec": {"Command"}, diff --git a/plugins/jsvm/jsvm.go b/plugins/jsvm/jsvm.go index e11c0b6e4..def909d39 100644 --- a/plugins/jsvm/jsvm.go +++ b/plugins/jsvm/jsvm.go @@ -21,10 +21,10 @@ import ( "strings" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/plugins/jsvm/internal/types/generated" - "github.com/AlperRehaYAZGAN/postgresbase/tools/template" + "github.com/lunarforge/xbase/core" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/plugins/jsvm/internal/types/generated" + "github.com/lunarforge/xbase/tools/template" "github.com/dop251/goja" "github.com/dop251/goja_nodejs/console" "github.com/dop251/goja_nodejs/process" diff --git a/plugins/jsvm/mapper_test.go b/plugins/jsvm/mapper_test.go index e34452c44..fc62d9500 100644 --- a/plugins/jsvm/mapper_test.go +++ b/plugins/jsvm/mapper_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/plugins/jsvm" + "github.com/lunarforge/xbase/plugins/jsvm" ) func TestFieldMapper(t *testing.T) { diff --git a/plugins/migratecmd/automigrate.go b/plugins/migratecmd/automigrate.go index 0303e2a6d..f224ff7cc 100644 --- a/plugins/migratecmd/automigrate.go +++ b/plugins/migratecmd/automigrate.go @@ -8,10 +8,10 @@ import ( "path/filepath" "time" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/migrate" "github.com/pocketbase/dbx" ) diff --git a/plugins/migratecmd/migratecmd.go b/plugins/migratecmd/migratecmd.go index 9e23b7f88..5851b74d4 100644 --- a/plugins/migratecmd/migratecmd.go +++ b/plugins/migratecmd/migratecmd.go @@ -23,11 +23,11 @@ import ( "time" "github.com/AlecAivazis/survey/v2" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/migrate" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/migrate" "github.com/spf13/cobra" ) diff --git a/plugins/migratecmd/migratecmd_test.go b/plugins/migratecmd/migratecmd_test.go index fb7822d58..d25e3597b 100644 --- a/plugins/migratecmd/migratecmd_test.go +++ b/plugins/migratecmd/migratecmd_test.go @@ -7,12 +7,12 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/plugins/migratecmd" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/plugins/migratecmd" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/types" ) func TestAutomigrateCollectionCreate(t *testing.T) { @@ -72,9 +72,9 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" ) func init() { @@ -249,9 +249,9 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" ) func init() { @@ -504,10 +504,10 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/types" ) func init() { diff --git a/plugins/migratecmd/templates.go b/plugins/migratecmd/templates.go index 787f8b689..5a0c55bea 100644 --- a/plugins/migratecmd/templates.go +++ b/plugins/migratecmd/templates.go @@ -9,7 +9,7 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/models" ) const ( @@ -340,7 +340,7 @@ func (p *plugin) goBlankTemplate() (string, error) { import ( "github.com/pocketbase/dbx" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" + m "github.com/lunarforge/xbase/migrations" ) func init() { @@ -371,9 +371,9 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" ) func init() { @@ -410,9 +410,9 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" ) func init() { @@ -458,9 +458,9 @@ import ( "encoding/json" "github.com/pocketbase/dbx" - "github.com/AlperRehaYAZGAN/postgresbase/daos" - m "github.com/AlperRehaYAZGAN/postgresbase/migrations" - "github.com/AlperRehaYAZGAN/postgresbase/models" + "github.com/lunarforge/xbase/daos" + m "github.com/lunarforge/xbase/migrations" + "github.com/lunarforge/xbase/models" ) func init() { @@ -720,15 +720,15 @@ func (p *plugin) goDiffTemplate(new *models.Collection, old *models.Collection) } imports += "\n\t\"github.com/pocketbase/dbx\"" - imports += "\n\t\"github.com/AlperRehaYAZGAN/postgresbase/daos\"" - imports += "\n\tm \"github.com/AlperRehaYAZGAN/postgresbase/migrations\"" + imports += "\n\t\"github.com/lunarforge/xbase/daos\"" + imports += "\n\tm \"github.com/lunarforge/xbase/migrations\"" if strings.Contains(combined, "schema.SchemaField{") { - imports += "\n\t\"github.com/AlperRehaYAZGAN/postgresbase/models/schema\"" + imports += "\n\t\"github.com/lunarforge/xbase/models/schema\"" } if strings.Contains(combined, "types.Pointer(") { - imports += "\n\t\"github.com/AlperRehaYAZGAN/postgresbase/tools/types\"" + imports += "\n\t\"github.com/lunarforge/xbase/tools/types\"" } // --- diff --git a/pocketbase.go b/pocketbase.go index b2e0efb42..3c1b4249e 100644 --- a/pocketbase.go +++ b/pocketbase.go @@ -8,9 +8,9 @@ import ( "strings" "syscall" - "github.com/AlperRehaYAZGAN/postgresbase/cmd" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/cmd" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tools/list" "github.com/fatih/color" "github.com/spf13/cobra" ) diff --git a/resolvers/record_field_resolve_runner.go b/resolvers/record_field_resolve_runner.go index 368bbd61a..64b6df137 100644 --- a/resolvers/record_field_resolve_runner.go +++ b/resolvers/record_field_resolve_runner.go @@ -6,12 +6,12 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/security" "github.com/pocketbase/dbx" ) diff --git a/resolvers/record_field_resolver.go b/resolvers/record_field_resolver.go index 58f6009ea..3bbeb3a08 100644 --- a/resolvers/record_field_resolver.go +++ b/resolvers/record_field_resolver.go @@ -6,10 +6,10 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/models/schema" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/models/schema" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/security" "github.com/pocketbase/dbx" "github.com/spf13/cast" ) diff --git a/resolvers/record_field_resolver_test.go b/resolvers/record_field_resolver_test.go index b9c7c0f25..a7910f653 100644 --- a/resolvers/record_field_resolver_test.go +++ b/resolvers/record_field_resolver_test.go @@ -6,11 +6,11 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/resolvers" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/resolvers" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/search" ) func TestRecordFieldResolverUpdateQuery(t *testing.T) { diff --git a/tests/api.go b/tests/api.go index 6dbf8a456..f33ada5f8 100644 --- a/tests/api.go +++ b/tests/api.go @@ -12,8 +12,8 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/apis" - "github.com/AlperRehaYAZGAN/postgresbase/core" + "github.com/lunarforge/xbase/apis" + "github.com/lunarforge/xbase/core" "github.com/labstack/echo/v5" ) diff --git a/tests/app.go b/tests/app.go index 88669383d..f5c2b8217 100644 --- a/tests/app.go +++ b/tests/app.go @@ -9,8 +9,8 @@ import ( "runtime" "sync" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/tools/mailer" ) // TestApp is a wrapper app instance used for testing. diff --git a/tests/mailer.go b/tests/mailer.go index 9ca8a42ff..4abec5ee5 100644 --- a/tests/mailer.go +++ b/tests/mailer.go @@ -1,7 +1,7 @@ package tests import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/mailer" + "github.com/lunarforge/xbase/tools/mailer" ) var _ mailer.Mailer = (*TestMailer)(nil) diff --git a/tokens/admin.go b/tokens/admin.go index e6b653952..9ea04b92c 100644 --- a/tokens/admin.go +++ b/tokens/admin.go @@ -1,9 +1,9 @@ package tokens import ( - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/security" "github.com/golang-jwt/jwt/v4" ) diff --git a/tokens/admin_test.go b/tokens/admin_test.go index d7e9cb53b..133678b08 100644 --- a/tokens/admin_test.go +++ b/tokens/admin_test.go @@ -3,8 +3,8 @@ package tokens_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tokens" ) func TestNewAdminAuthToken(t *testing.T) { diff --git a/tokens/record.go b/tokens/record.go index d725c3843..80dd61c76 100644 --- a/tokens/record.go +++ b/tokens/record.go @@ -3,9 +3,9 @@ package tokens import ( "errors" - "github.com/AlperRehaYAZGAN/postgresbase/core" - "github.com/AlperRehaYAZGAN/postgresbase/models" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/core" + "github.com/lunarforge/xbase/models" + "github.com/lunarforge/xbase/tools/security" "github.com/golang-jwt/jwt/v4" ) diff --git a/tokens/record_test.go b/tokens/record_test.go index 8fa851216..8d0e6c720 100644 --- a/tokens/record_test.go +++ b/tokens/record_test.go @@ -3,8 +3,8 @@ package tokens_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tokens" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tokens" ) func TestNewRecordAuthToken(t *testing.T) { diff --git a/tools/archive/create_test.go b/tools/archive/create_test.go index d5b135f3e..fe2795a5b 100644 --- a/tools/archive/create_test.go +++ b/tools/archive/create_test.go @@ -5,7 +5,7 @@ import ( "path/filepath" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/archive" + "github.com/lunarforge/xbase/tools/archive" ) func TestCreateFailure(t *testing.T) { diff --git a/tools/archive/extract_test.go b/tools/archive/extract_test.go index 16a191183..c722e2d71 100644 --- a/tools/archive/extract_test.go +++ b/tools/archive/extract_test.go @@ -6,7 +6,7 @@ import ( "path/filepath" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/archive" + "github.com/lunarforge/xbase/tools/archive" ) func TestExtractFailure(t *testing.T) { diff --git a/tools/auth/apple.go b/tools/auth/apple.go index 4e7edf7fe..5307698c2 100644 --- a/tools/auth/apple.go +++ b/tools/auth/apple.go @@ -12,7 +12,7 @@ import ( "net/http" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "github.com/golang-jwt/jwt/v4" "github.com/spf13/cast" "golang.org/x/oauth2" diff --git a/tools/auth/auth.go b/tools/auth/auth.go index f439c9e9b..1aec7dc37 100644 --- a/tools/auth/auth.go +++ b/tools/auth/auth.go @@ -5,7 +5,7 @@ import ( "errors" "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/auth_test.go b/tools/auth/auth_test.go index c6c5d9c2d..8e5843e95 100644 --- a/tools/auth/auth_test.go +++ b/tools/auth/auth_test.go @@ -3,7 +3,7 @@ package auth_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/auth" + "github.com/lunarforge/xbase/tools/auth" ) func TestNewProviderByName(t *testing.T) { diff --git a/tools/auth/discord.go b/tools/auth/discord.go index 8cc24addf..9444711ef 100644 --- a/tools/auth/discord.go +++ b/tools/auth/discord.go @@ -5,7 +5,7 @@ import ( "encoding/json" "fmt" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/facebook.go b/tools/auth/facebook.go index 1e916497a..ad600e17e 100644 --- a/tools/auth/facebook.go +++ b/tools/auth/facebook.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/facebook" ) diff --git a/tools/auth/gitea.go b/tools/auth/gitea.go index 7981c4767..2e12e573a 100644 --- a/tools/auth/gitea.go +++ b/tools/auth/gitea.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/gitee.go b/tools/auth/gitee.go index c781f4b20..d519af82d 100644 --- a/tools/auth/gitee.go +++ b/tools/auth/gitee.go @@ -6,7 +6,7 @@ import ( "io" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "github.com/go-ozzo/ozzo-validation/v4/is" "golang.org/x/oauth2" ) diff --git a/tools/auth/github.go b/tools/auth/github.go index 57f298bc1..befe6afa5 100644 --- a/tools/auth/github.go +++ b/tools/auth/github.go @@ -6,7 +6,7 @@ import ( "io" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/github" ) diff --git a/tools/auth/gitlab.go b/tools/auth/gitlab.go index 459f0e086..d4571af98 100644 --- a/tools/auth/gitlab.go +++ b/tools/auth/gitlab.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/google.go b/tools/auth/google.go index 45607ffd3..c9b71303e 100644 --- a/tools/auth/google.go +++ b/tools/auth/google.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/instagram.go b/tools/auth/instagram.go index 816bb0f64..bec5b44a1 100644 --- a/tools/auth/instagram.go +++ b/tools/auth/instagram.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/instagram" ) diff --git a/tools/auth/kakao.go b/tools/auth/kakao.go index d39833764..d2f0b641c 100644 --- a/tools/auth/kakao.go +++ b/tools/auth/kakao.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/kakao" ) diff --git a/tools/auth/livechat.go b/tools/auth/livechat.go index a713d806e..e17f57ee7 100644 --- a/tools/auth/livechat.go +++ b/tools/auth/livechat.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/mailcow.go b/tools/auth/mailcow.go index d5a3db0f6..2a8694fc3 100644 --- a/tools/auth/mailcow.go +++ b/tools/auth/mailcow.go @@ -6,7 +6,7 @@ import ( "errors" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/microsoft.go b/tools/auth/microsoft.go index 5fe94d16f..4020c0136 100644 --- a/tools/auth/microsoft.go +++ b/tools/auth/microsoft.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/microsoft" ) diff --git a/tools/auth/oidc.go b/tools/auth/oidc.go index 87f78b7a6..898db9b23 100644 --- a/tools/auth/oidc.go +++ b/tools/auth/oidc.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/patreon.go b/tools/auth/patreon.go index c3174ec1f..ebc113b0c 100644 --- a/tools/auth/patreon.go +++ b/tools/auth/patreon.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/spotify.go b/tools/auth/spotify.go index fae453fcd..653f5789b 100644 --- a/tools/auth/spotify.go +++ b/tools/auth/spotify.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/spotify" ) diff --git a/tools/auth/strava.go b/tools/auth/strava.go index 140fb3c19..41c81d78e 100644 --- a/tools/auth/strava.go +++ b/tools/auth/strava.go @@ -5,7 +5,7 @@ import ( "encoding/json" "strconv" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/twitch.go b/tools/auth/twitch.go index 7091a1d2f..0d7d13f4d 100644 --- a/tools/auth/twitch.go +++ b/tools/auth/twitch.go @@ -6,7 +6,7 @@ import ( "errors" "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/twitch" ) diff --git a/tools/auth/twitter.go b/tools/auth/twitter.go index c91872ba6..0ee4021a0 100644 --- a/tools/auth/twitter.go +++ b/tools/auth/twitter.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" ) diff --git a/tools/auth/vk.go b/tools/auth/vk.go index f1f54dd82..cbfae40d2 100644 --- a/tools/auth/vk.go +++ b/tools/auth/vk.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/vk" ) diff --git a/tools/auth/yandex.go b/tools/auth/yandex.go index 752d94102..e361d8bf8 100644 --- a/tools/auth/yandex.go +++ b/tools/auth/yandex.go @@ -4,7 +4,7 @@ import ( "context" "encoding/json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" "golang.org/x/oauth2" "golang.org/x/oauth2/yandex" ) diff --git a/tools/cron/schedule_test.go b/tools/cron/schedule_test.go index 8ad639e69..737d14064 100644 --- a/tools/cron/schedule_test.go +++ b/tools/cron/schedule_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/cron" + "github.com/lunarforge/xbase/tools/cron" ) func TestNewMoment(t *testing.T) { diff --git a/tools/dbutils/index.go b/tools/dbutils/index.go index 908eff2a1..5b149a860 100644 --- a/tools/dbutils/index.go +++ b/tools/dbutils/index.go @@ -4,7 +4,7 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/tokenizer" + "github.com/lunarforge/xbase/tools/tokenizer" ) var ( diff --git a/tools/dbutils/index_test.go b/tools/dbutils/index_test.go index 4dae356e7..b2761638f 100644 --- a/tools/dbutils/index_test.go +++ b/tools/dbutils/index_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/dbutils" + "github.com/lunarforge/xbase/tools/dbutils" ) func TestParseIndex(t *testing.T) { diff --git a/tools/filesystem/file.go b/tools/filesystem/file.go index 4b809bd3d..16ebdae6f 100644 --- a/tools/filesystem/file.go +++ b/tools/filesystem/file.go @@ -14,8 +14,8 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/security" "github.com/gabriel-vasile/mimetype" ) diff --git a/tools/filesystem/file_test.go b/tools/filesystem/file_test.go index fe3ccac86..c397eb783 100644 --- a/tools/filesystem/file_test.go +++ b/tools/filesystem/file_test.go @@ -10,8 +10,8 @@ import ( "regexp" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tests" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/tests" + "github.com/lunarforge/xbase/tools/filesystem" "github.com/labstack/echo/v5" ) diff --git a/tools/filesystem/filesystem.go b/tools/filesystem/filesystem.go index 653e522c4..3f024b4f6 100644 --- a/tools/filesystem/filesystem.go +++ b/tools/filesystem/filesystem.go @@ -15,7 +15,7 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/credentials" "github.com/aws/aws-sdk-go/aws/session" diff --git a/tools/filesystem/filesystem_test.go b/tools/filesystem/filesystem_test.go index ba67de2c5..51b5cbe74 100644 --- a/tools/filesystem/filesystem_test.go +++ b/tools/filesystem/filesystem_test.go @@ -12,7 +12,7 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/filesystem" ) func TestFileSystemExists(t *testing.T) { diff --git a/tools/hook/hook.go b/tools/hook/hook.go index 79d7d74e3..b38349855 100644 --- a/tools/hook/hook.go +++ b/tools/hook/hook.go @@ -5,7 +5,7 @@ import ( "fmt" "sync" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" ) var StopPropagation = errors.New("Event hook propagation stopped") diff --git a/tools/hook/tagged.go b/tools/hook/tagged.go index f996e2861..3550ec102 100644 --- a/tools/hook/tagged.go +++ b/tools/hook/tagged.go @@ -1,7 +1,7 @@ package hook import ( - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" ) // Tagger defines an interface for event data structs that support tags/groups/categories/etc. diff --git a/tools/inflector/inflector_test.go b/tools/inflector/inflector_test.go index 7197e6081..0c2369ac9 100644 --- a/tools/inflector/inflector_test.go +++ b/tools/inflector/inflector_test.go @@ -3,7 +3,7 @@ package inflector_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" + "github.com/lunarforge/xbase/tools/inflector" ) func TestUcFirst(t *testing.T) { diff --git a/tools/list/list.go b/tools/list/list.go index c55125200..31b7b32f9 100644 --- a/tools/list/list.go +++ b/tools/list/list.go @@ -5,7 +5,7 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" + "github.com/lunarforge/xbase/tools/store" "github.com/spf13/cast" ) diff --git a/tools/list/list_test.go b/tools/list/list_test.go index 17a795e08..39f3b9508 100644 --- a/tools/list/list_test.go +++ b/tools/list/list_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/types" ) func TestSubtractSliceString(t *testing.T) { diff --git a/tools/logger/batch_handler.go b/tools/logger/batch_handler.go index 7cd3a8c24..8928a7a4c 100644 --- a/tools/logger/batch_handler.go +++ b/tools/logger/batch_handler.go @@ -5,7 +5,7 @@ import ( "log/slog" "sync" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) var _ slog.Handler = (*BatchHandler)(nil) diff --git a/tools/logger/log.go b/tools/logger/log.go index 96fb881f9..36806bd84 100644 --- a/tools/logger/log.go +++ b/tools/logger/log.go @@ -4,7 +4,7 @@ import ( "log/slog" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) // Log is similar to [slog.Record] bit contains the log attributes as diff --git a/tools/mailer/html2text.go b/tools/mailer/html2text.go index 3964ca9a0..d94dcb804 100644 --- a/tools/mailer/html2text.go +++ b/tools/mailer/html2text.go @@ -4,7 +4,7 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" "golang.org/x/net/html" ) diff --git a/tools/mailer/smtp.go b/tools/mailer/smtp.go index 873de2e34..8d5259b4d 100644 --- a/tools/mailer/smtp.go +++ b/tools/mailer/smtp.go @@ -6,7 +6,7 @@ import ( "net/smtp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" "github.com/domodwyer/mailyak/v3" ) diff --git a/tools/migrate/runner_test.go b/tools/migrate/runner_test.go index 3f25ea109..465ab72f7 100644 --- a/tools/migrate/runner_test.go +++ b/tools/migrate/runner_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" _ "modernc.org/sqlite" ) diff --git a/tools/osutils/dir.go b/tools/osutils/dir.go index 40e8d2708..608357d50 100644 --- a/tools/osutils/dir.go +++ b/tools/osutils/dir.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" ) // MoveDirContent moves the src dir content, that is not listed in the exclide list, diff --git a/tools/osutils/dir_test.go b/tools/osutils/dir_test.go index 893770726..70ad60909 100644 --- a/tools/osutils/dir_test.go +++ b/tools/osutils/dir_test.go @@ -6,9 +6,9 @@ import ( "path/filepath" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" - "github.com/AlperRehaYAZGAN/postgresbase/tools/osutils" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/list" + "github.com/lunarforge/xbase/tools/osutils" + "github.com/lunarforge/xbase/tools/security" ) func TestMoveDirContent(t *testing.T) { diff --git a/tools/rest/excerpt_modifier.go b/tools/rest/excerpt_modifier.go index 4c117e92f..e800443da 100644 --- a/tools/rest/excerpt_modifier.go +++ b/tools/rest/excerpt_modifier.go @@ -5,7 +5,7 @@ import ( "regexp" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" "github.com/spf13/cast" "golang.org/x/net/html" ) diff --git a/tools/rest/json_serializer.go b/tools/rest/json_serializer.go index 852302225..40139fe98 100644 --- a/tools/rest/json_serializer.go +++ b/tools/rest/json_serializer.go @@ -11,8 +11,8 @@ import ( // Test also encoding/json/v2 once released (see https://github.com/golang/go/discussions/63397) goccy "github.com/goccy/go-json" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" - "github.com/AlperRehaYAZGAN/postgresbase/tools/tokenizer" + "github.com/lunarforge/xbase/tools/search" + "github.com/lunarforge/xbase/tools/tokenizer" "github.com/labstack/echo/v5" ) diff --git a/tools/rest/json_serializer_test.go b/tools/rest/json_serializer_test.go index 6e623667d..297398f42 100644 --- a/tools/rest/json_serializer_test.go +++ b/tools/rest/json_serializer_test.go @@ -8,8 +8,8 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/tools/rest" + "github.com/lunarforge/xbase/tools/search" "github.com/labstack/echo/v5" ) diff --git a/tools/rest/multi_binder_test.go b/tools/rest/multi_binder_test.go index e6b0ee68b..c9705722f 100644 --- a/tools/rest/multi_binder_test.go +++ b/tools/rest/multi_binder_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" + "github.com/lunarforge/xbase/tools/rest" "github.com/labstack/echo/v5" ) diff --git a/tools/rest/uploaded_file.go b/tools/rest/uploaded_file.go index 5d19988fe..55a8ad6c8 100644 --- a/tools/rest/uploaded_file.go +++ b/tools/rest/uploaded_file.go @@ -3,7 +3,7 @@ package rest import ( "net/http" - "github.com/AlperRehaYAZGAN/postgresbase/tools/filesystem" + "github.com/lunarforge/xbase/tools/filesystem" ) // DefaultMaxMemory defines the default max memory bytes that diff --git a/tools/rest/uploaded_file_test.go b/tools/rest/uploaded_file_test.go index 9d326a79f..a547935ca 100644 --- a/tools/rest/uploaded_file_test.go +++ b/tools/rest/uploaded_file_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" + "github.com/lunarforge/xbase/tools/rest" ) func TestFindUploadedFiles(t *testing.T) { diff --git a/tools/rest/url_test.go b/tools/rest/url_test.go index c2bc1dfe4..a7554be5c 100644 --- a/tools/rest/url_test.go +++ b/tools/rest/url_test.go @@ -3,7 +3,7 @@ package rest_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/rest" + "github.com/lunarforge/xbase/tools/rest" ) func TestNormalizeUrl(t *testing.T) { diff --git a/tools/routine/routine_test.go b/tools/routine/routine_test.go index ae4e6c65f..0c51d14a6 100644 --- a/tools/routine/routine_test.go +++ b/tools/routine/routine_test.go @@ -4,7 +4,7 @@ import ( "sync" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/routine" + "github.com/lunarforge/xbase/tools/routine" ) func TestFireAndForget(t *testing.T) { diff --git a/tools/search/filter.go b/tools/search/filter.go index af6ed79ce..d7989c57c 100644 --- a/tools/search/filter.go +++ b/tools/search/filter.go @@ -7,8 +7,8 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" + "github.com/lunarforge/xbase/tools/security" + "github.com/lunarforge/xbase/tools/store" "github.com/ganigeorgiev/fexpr" "github.com/pocketbase/dbx" "github.com/spf13/cast" diff --git a/tools/search/filter_test.go b/tools/search/filter_test.go index f11660cd4..f78aa7d05 100644 --- a/tools/search/filter_test.go +++ b/tools/search/filter_test.go @@ -8,7 +8,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/tools/search" "github.com/pocketbase/dbx" ) diff --git a/tools/search/identifier_macros.go b/tools/search/identifier_macros.go index c8c7ff8a5..c19b849f1 100644 --- a/tools/search/identifier_macros.go +++ b/tools/search/identifier_macros.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) // note: used primarily for the tests diff --git a/tools/search/provider_test.go b/tools/search/provider_test.go index ce34a393d..8436347f6 100644 --- a/tools/search/provider_test.go +++ b/tools/search/provider_test.go @@ -9,7 +9,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" _ "modernc.org/sqlite" ) diff --git a/tools/search/simple_field_resolver.go b/tools/search/simple_field_resolver.go index 58a584ed5..c436fba54 100644 --- a/tools/search/simple_field_resolver.go +++ b/tools/search/simple_field_resolver.go @@ -5,8 +5,8 @@ import ( "strconv" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/list" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/list" "github.com/pocketbase/dbx" ) diff --git a/tools/search/simple_field_resolver_test.go b/tools/search/simple_field_resolver_test.go index acd883454..db7062a84 100644 --- a/tools/search/simple_field_resolver_test.go +++ b/tools/search/simple_field_resolver_test.go @@ -3,7 +3,7 @@ package search_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/tools/search" "github.com/pocketbase/dbx" ) diff --git a/tools/search/sort_test.go b/tools/search/sort_test.go index 6234faa88..9eb3d968c 100644 --- a/tools/search/sort_test.go +++ b/tools/search/sort_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/search" + "github.com/lunarforge/xbase/tools/search" ) func TestSortFieldBuildExpr(t *testing.T) { diff --git a/tools/security/crypto_test.go b/tools/security/crypto_test.go index df7914d2c..ac3ac7578 100644 --- a/tools/security/crypto_test.go +++ b/tools/security/crypto_test.go @@ -4,7 +4,7 @@ import ( "fmt" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" ) func TestS256Challenge(t *testing.T) { diff --git a/tools/security/encrypt_test.go b/tools/security/encrypt_test.go index a0ea34c73..b06053c13 100644 --- a/tools/security/encrypt_test.go +++ b/tools/security/encrypt_test.go @@ -3,7 +3,7 @@ package security_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" ) func TestEncrypt(t *testing.T) { diff --git a/tools/security/jwt_test.go b/tools/security/jwt_test.go index 5eda5ba03..0f5107b95 100644 --- a/tools/security/jwt_test.go +++ b/tools/security/jwt_test.go @@ -3,7 +3,7 @@ package security_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" "github.com/golang-jwt/jwt/v4" ) diff --git a/tools/security/random_test.go b/tools/security/random_test.go index 4cbeb92e4..182c086f9 100644 --- a/tools/security/random_test.go +++ b/tools/security/random_test.go @@ -4,7 +4,7 @@ import ( "regexp" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/security" ) func TestRandomString(t *testing.T) { diff --git a/tools/store/store_test.go b/tools/store/store_test.go index 5b083476c..e2bea5113 100644 --- a/tools/store/store_test.go +++ b/tools/store/store_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" + "github.com/lunarforge/xbase/tools/store" ) func TestNew(t *testing.T) { diff --git a/tools/subscriptions/broker_test.go b/tools/subscriptions/broker_test.go index a0fb18223..1b2818cfc 100644 --- a/tools/subscriptions/broker_test.go +++ b/tools/subscriptions/broker_test.go @@ -3,7 +3,7 @@ package subscriptions_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/tools/subscriptions" ) func TestNewBroker(t *testing.T) { diff --git a/tools/subscriptions/client.go b/tools/subscriptions/client.go index 1b2e2a0db..41627d98e 100644 --- a/tools/subscriptions/client.go +++ b/tools/subscriptions/client.go @@ -6,8 +6,8 @@ import ( "strings" "sync" - "github.com/AlperRehaYAZGAN/postgresbase/tools/inflector" - "github.com/AlperRehaYAZGAN/postgresbase/tools/security" + "github.com/lunarforge/xbase/tools/inflector" + "github.com/lunarforge/xbase/tools/security" "github.com/spf13/cast" ) diff --git a/tools/subscriptions/client_test.go b/tools/subscriptions/client_test.go index 5df551881..03124af3e 100644 --- a/tools/subscriptions/client_test.go +++ b/tools/subscriptions/client_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/subscriptions" + "github.com/lunarforge/xbase/tools/subscriptions" ) func TestNewDefaultClient(t *testing.T) { diff --git a/tools/template/registry.go b/tools/template/registry.go index 91bd56593..3580da647 100644 --- a/tools/template/registry.go +++ b/tools/template/registry.go @@ -28,7 +28,7 @@ import ( "path/filepath" "strings" - "github.com/AlperRehaYAZGAN/postgresbase/tools/store" + "github.com/lunarforge/xbase/tools/store" ) // NewRegistry creates and initializes a new templates registry with diff --git a/tools/types/datetime_test.go b/tools/types/datetime_test.go index 0a1aa36a4..d70d0f0fc 100644 --- a/tools/types/datetime_test.go +++ b/tools/types/datetime_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) func TestNowDateTime(t *testing.T) { diff --git a/tools/types/json_array_test.go b/tools/types/json_array_test.go index bfa61aca4..3b1c6b443 100644 --- a/tools/types/json_array_test.go +++ b/tools/types/json_array_test.go @@ -5,7 +5,7 @@ import ( "encoding/json" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) func TestJsonArrayMarshalJSON(t *testing.T) { diff --git a/tools/types/json_map_test.go b/tools/types/json_map_test.go index 5283b1bf7..cc5d47926 100644 --- a/tools/types/json_map_test.go +++ b/tools/types/json_map_test.go @@ -4,7 +4,7 @@ import ( "database/sql/driver" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) func TestJsonMapMarshalJSON(t *testing.T) { diff --git a/tools/types/json_raw_test.go b/tools/types/json_raw_test.go index f0d21cfc9..4098289df 100644 --- a/tools/types/json_raw_test.go +++ b/tools/types/json_raw_test.go @@ -4,7 +4,7 @@ import ( "database/sql/driver" "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) func TestParseJsonRaw(t *testing.T) { diff --git a/tools/types/types_test.go b/tools/types/types_test.go index 5f2922acc..d7723de1a 100644 --- a/tools/types/types_test.go +++ b/tools/types/types_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/AlperRehaYAZGAN/postgresbase/tools/types" + "github.com/lunarforge/xbase/tools/types" ) func TestPointer(t *testing.T) {