> I recommend letting the go tool handle this. Leave the dependency out of the 
> go.mod file entirely. Run go build as normal, and it will automatically 
> determine the version strings for the dependencies and insert them into your 
> go.mod for you.

This won't work because per the original post, the dependencies have
not yet been pushed to their remote equivalents (or have any tags)

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