Hi!
I struggled a couple of days ago with an issue caused by the fact the *go 
get* is not aware of dependencies defined by the current *dep*, which I am 
using for the development purposes.

*dep* sticked to fixed https://github.com/antlr/antlr4 version (latest, 
v4.7 released in march 2017), while there were changes since that and *go 
get* downloads the latest master and it led to compilation errors.
I solved this issue pushing part of the vendor directory with antlr4 into 
the my repo.

Will the *go get* use *dep* beneath to download dependencies?

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