go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.41k stars 1.31k forks source link

Update go-urn library to remove GPLv3 library dependency #1090

Closed lafriks closed 1 year ago

lafriks commented 1 year ago

Previously go-urn did use GPLv3 library as tool for generating code but it was still polluting calculated go dependencies. Latest version fixes that

@go-playground/validator-maintainers