adjust code to new repository

This commit is contained in:
T. R. Bernstein
2025-10-09 21:02:10 +02:00
committed by T. R. Bernstein
parent 0cf34c475b
commit 795cd8335f
335 changed files with 803 additions and 802 deletions

View File

@@ -6,8 +6,8 @@ import (
"testing"
validation "github.com/go-ozzo/ozzo-validation/v4"
"github.com/pocketbase/pocketbase/core/validators"
"github.com/pocketbase/pocketbase/tests"
"github.com/tabshift-gh/pocketbase/core/validators"
"github.com/tabshift-gh/pocketbase/tests"
)
func TestUniqueId(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/pocketbase/pocketbase/core/validators"
"github.com/tabshift-gh/pocketbase/core/validators"
)
func Equal(t *testing.T) {

View File

@@ -6,7 +6,7 @@ import (
"github.com/gabriel-vasile/mimetype"
validation "github.com/go-ozzo/ozzo-validation/v4"
"github.com/pocketbase/pocketbase/tools/filesystem"
"github.com/tabshift-gh/pocketbase/tools/filesystem"
)
// UploadedFileSize checks whether the validated [*filesystem.File]

View File

@@ -5,8 +5,8 @@ import (
"strings"
"testing"
"github.com/pocketbase/pocketbase/core/validators"
"github.com/pocketbase/pocketbase/tools/filesystem"
"github.com/tabshift-gh/pocketbase/core/validators"
"github.com/tabshift-gh/pocketbase/tools/filesystem"
)
func TestUploadedFileSize(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/pocketbase/pocketbase/core/validators"
"github.com/tabshift-gh/pocketbase/core/validators"
)
func TestIsRegex(t *testing.T) {

View File

@@ -6,7 +6,7 @@ import (
"testing"
validation "github.com/go-ozzo/ozzo-validation/v4"
"github.com/pocketbase/pocketbase/core/validators"
"github.com/tabshift-gh/pocketbase/core/validators"
)
func TestJoinValidationErrors(t *testing.T) {