A required modules is added to my go.mod file with version v2.0.0 - which I 
expect to give me the v2.1.0.

But after running go mod tidy the version inside go.mod file becomes 
v0.0.0-20180902075018-e96d84f0b065.

The project is public on GitHub and has tags v1.0.0, v2.0.0 and v2.1.0.

What am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to