We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The github.com/asaskevich/govalidator dependency could be removed from both zcrypto and zlint if zcrypto provided its own IsURL utility function.
github.com/asaskevich/govalidator
zcrypto
zlint
IsURL
Alternatively, removing the three invocations of govalidator.IsURL in x509/json.go would accomplish similar.
govalidator.IsURL
x509/json.go
zcrypto/x509/json.go
Lines 458 to 462 in 0afe7b2
Lines 464 to 469 in 0afe7b2
Lines 557 to 563 in 0afe7b2
The text was updated successfully, but these errors were encountered:
Relates to #183 ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
github.com/asaskevich/govalidator
dependency could be removed from bothzcrypto
andzlint
ifzcrypto
provided its ownIsURL
utility function.Alternatively, removing the three invocations of
govalidator.IsURL
inx509/json.go
would accomplish similar.zcrypto/x509/json.go
Lines 458 to 462 in 0afe7b2
zcrypto/x509/json.go
Lines 464 to 469 in 0afe7b2
zcrypto/x509/json.go
Lines 557 to 563 in 0afe7b2
The text was updated successfully, but these errors were encountered: