govalidator
govalidator copied to clipboard
fix: include major in go.mod module directive
Q | A |
---|---|
Documentation | yes |
Bugfix | no |
BC Break | no |
New Feature | no |
RFC | no |
QA | yes |
Description
This change includes the major version in the module path. This will ensure appropriate semver tagging.
Closes #384.
@asaskevich any reason not to update the go.mod
file to make it compatible with Go modules?
Hello guys! I forked this package cause owner disappeared. Hope, he will be back, but it would be easier to merge these changes back if he is back Link to my repo: create issue there and we'll discuss it.
It would be great to get this merged, currently renovate seems to be not able to update the dependency automatically because of the go.mod definition :(