Closed yurivict closed 5 years ago
@yurivict Can you post vendor/modules.txt from which it was generated?
Ok, this is not a modules2tuple issue.
One of the dependencies - github.com/docopt/docopt-go
- was renamed to github.com/docopt/docopt.go
but go.mod still refers to it by the old name. Github does redirects so fetch works but downloaded archive contains docopt.go
and not docopt-go
directory as expected by GH_TUPLE machinery.
Renaming
docopt:docopt-go:ee0de3bc6815:...
to
docopt:docopt.go:ee0de3bc6815:..
fixes the issue.
The GH_TUPLE below was generated by
modules2tuple
:but it breaks: