issues
search
go-playground
/
validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.98k
stars
1.32k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
import "github.com/go-playground/validator/v10"
#1334
Tyomkrk
closed
5 days ago
1
Added Korean.
#1333
jkh0kr
closed
5 days ago
1
Only validate if string is not empty
#1332
firefart
closed
1 week ago
1
Add Korean and test in progress
#1331
jkh0kr
closed
5 days ago
2
Add Korean
#1329
jkh0kr
closed
1 week ago
4
hostname_rfc1123 and hostname_port do not support IP addresses
#1327
nf-brentsaner
opened
2 weeks ago
0
doc(oneof): mention 'enum'
#1326
Crocmagnon
closed
1 week ago
2
`required_without` and `excluded_with` issues with nested structs
#1325
dakojohn
opened
1 month ago
3
Align required_without with usage shown in the docs
#1324
jmfrees
opened
1 month ago
1
OR operator produces invalid tag names in validation errors
#1323
Hades32
opened
1 month ago
0
add german translations
#1322
max-weis
opened
1 month ago
1
Add oneofci validator (oneof case insensitive)
#1321
connorcarnes
closed
1 week ago
1
excluded_if panic on nil tag parameter
#1320
DarkReduX
opened
2 months ago
2
unique tag panic on slice contains nil elem
#1319
Wanghb1
opened
2 months ago
0
how to support required_if that Field1 value is one of some value
#1317
jobsLee-lcj
opened
2 months ago
1
Stricter unicode space check in email regex (with tests)
#1316
vesquen
opened
2 months ago
1
Improve Error when required is used with bool
#1315
rvernica
opened
2 months ago
6
Bug: `postcode_iso3166_alpha2_field` validation broken in v10.21.0
#1314
mikepilat
opened
2 months ago
0
fix(#1310): fix excluded_if for pointers
#1313
ganeshdipdumbare
closed
2 months ago
1
fix IPv4 mapped IPv6 address cannot verify for "ipv6" and "ipv4" tag
#1312
TeqGin
opened
3 months ago
1
Unable to verify the IPv4 mapped IPv6 address
#1311
TeqGin
opened
3 months ago
0
Exclude If doesn't work on boolean and nil parametr
#1310
DarkReduX
closed
2 months ago
0
why the items in oneof tag can't include comma.
#1309
Beaelf
opened
3 months ago
1
Question: How to get omitnil / omitempty and require to work together
#1308
christeredvartsen
opened
3 months ago
1
`excluded_unless` bug fix
#1307
chargraves85
opened
3 months ago
1
[Bug] required_unless and expected_unless syntax does not work the same way
#1306
chargraves85
opened
3 months ago
0
fix: add missing postcodeRegex init to isPostcodeByIso3166Alpha2Field…
#1305
robin-samuel
closed
3 months ago
1
Add support for type-specific Validation based on Interface
#1304
mvrahden
opened
3 months ago
0
fix: cron validation support for star step value
#1302
cgetzen
closed
1 week ago
4
Panic on max, min Validation Tag with struct Fields in Version v10.20.0 and above
#1300
iamsushank
opened
3 months ago
4
Github sponsorhip
#1299
tbarbugli
opened
3 months ago
1
Missing FieldError.Field() and 'Key' in ValidationErrors Returned from Var() and ValidateMap()
#1298
neiljpowell
opened
3 months ago
0
validator for IBAN
#1297
jerome-laforge
opened
4 months ago
5
Validation failed url with required_without
#1296
fooxlj07
closed
1 day ago
1
Add more unit tests
#1295
nodivbyzero
opened
4 months ago
1
feat: add validator for numeric ports
#1294
nodivbyzero
closed
1 week ago
1
Partial struct validation does not validate child structs
#1293
josefguenther
opened
4 months ago
1
feat(#1291): upgrade mimetype dependency version for secure
#1292
9ssi7
opened
4 months ago
3
security: update mimetype dependency to new secure version
#1291
9ssi7
opened
4 months ago
0
feat: Add support for omitting empty and zero values in validation (including nil pointer and empty content of pointer)
#1289
zeewell
opened
4 months ago
2
Change to allow multiple errors be returned from single field when option "WithMultipleErrorsReturned" is set.
#1288
d-wojciechowski
opened
4 months ago
2
Update baked_in.go
#1287
j-ibarra
closed
1 month ago
2
fix: fix some base32 parsing issues by using go standard library instead of regex
#1286
jamesatkin-myndup
opened
5 months ago
2
Fixed missing keys from returned errors in map validation
#1284
angelo1121
opened
5 months ago
1
feat: add validator for IPv4 bind address / host:port
#1282
rtomadpg
opened
5 months ago
1
Refactor email test with table-driven test and add more cases
#1281
daisy1754
opened
5 months ago
1
Support for mutually exclusive groups of validations chained with OR
#1280
adam-shamaa
opened
5 months ago
0
Use sync.OnceValue for lazy regexp initialization
#1279
kke
opened
5 months ago
5
Is it possible to register custom validation function directly returning errors?
#1278
WoWsj
opened
5 months ago
1
Lazily initialize regexes to speed up `init()`
#1277
kylecarbs
closed
5 months ago
2
Next