swapped github.com/go-ozzo/ozzo-validation with github.com/pocketbase/ozzo-validation

This commit is contained in:
Gani Georgiev
2026-07-15 13:49:34 +03:00
parent 30b4184305
commit 9afeb0c95e
61 changed files with 98 additions and 91 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io"
"strconv"
"github.com/go-ozzo/ozzo-validation/v4/is"
"github.com/pocketbase/ozzo-validation/v4/is"
"github.com/pocketbase/pocketbase/tools/types"
"golang.org/x/oauth2"
)