Feature Request
Create a separate go.mod for Universal Validator
Proposal
Add a separate go.mod for the Universal Validator so it is treated as an independent Go module and does not rely on the repository’s root go.mod.
The Universal Validator depends on a private silence-labs repository, which contributors must have configured locally.
Currently, this dependency blocks open-source contributors from working on the core validator.
And also universal validator dependencies are unnecessarily getting included into core validator binary