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
@@ -1,7 +1,7 @@
package validators
import (
validation "github.com/go-ozzo/ozzo-validation/v4"
validation "github.com/pocketbase/ozzo-validation/v4"
)
// Compare checks whether the validated value matches another string.