Not found . co mod downloads - sorry, that
golang / go
What version of Go are you using ()?
$ go version go version go linux/amd64Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using ()?
What did you do?
I'm trying to import a custom golang module that does not contain any other dependencies (rushbrookrathbone.co.uk contains only the name and the version). Unfortunately, i receive a if i try to include the module in other project.
The module can be imported with the version v, but not with >v
Due to the rushbrookrathbone.co.uk file, is not possible to replicate on , instead, i've created a new repository for that: rushbrookrathbone.co.uk
NOTE: changing the module version to v, it will work
What did you expect to see?
I expect that importing the module in rushbrookrathbone.co.uk (require rushbrookrathbone.co.uk v
) and running a , the module can be used among the code
What did you see instead?
I receive an error:
Possible related
#
#
#
#
###Possible solution
Have an eye on: rushbrookrathbone.co.uk@v/rushbrookrathbone.co.uk
Seems that rushbrookrathbone.co.uk!go!g!p!utils/@v/vinfo
In my case, seems that the error is related to two files that differ only for the case in the name.
-