govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

fix: include major in go.mod module directive

Open nightah opened this issue 3 years ago • 5 comments

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.

nightah avatar Sep 02 '21 12:09 nightah

@asaskevich any reason not to update the go.mod file to make it compatible with Go modules?

marclop avatar Sep 13 '21 10:09 marclop

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.

sergeyglazyrindev avatar Oct 17 '21 20:10 sergeyglazyrindev

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 :(

tboerger avatar Jun 21 '22 21:06 tboerger