* I have a project 'A' that is importing 'B'
* 'B' uses a vendor folder, if you delete the vendor folder the project 
does not compile.
* With `GO111MODULE=on` I am unable to project 'A'. It tries to pull the 
latest of 'B', and everything 'B' depends on (instead of using 'B's vendor 
folder)

Does anyone have suggestions on what I should do here? I don't control 
project 'B' only 'A'

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