> > Since the `vendor` folder is gone, is vgo able to manage and use a kind of > `mirror` folder, which would contain the .zip archives of the project > dependencies? This folder could be committed with the project source code.
I have the same question. Can we vendor modules? Code consumers may not have a way to get to my proxy or contact me and the project may become unbuildable due to lost dependencies. Matt On Wednesday, February 21, 2018 at 8:34:04 AM UTC-6, Nicolas Grilly wrote: > > I like this! > > One question: > > Some of us commit their `vendor` folder, to be able to build the project > without any network access after the initial checkout ("offline mode"). > > Since the `vendor` folder is gone, is vgo able to manage and use a kind of > `mirror` folder, which would contain the .zip archives of the project > dependencies? This folder could be committed with the project source code. > > The yarn package manager, for example, has a similar feature: > https://yarnpkg.com/blog/2016/11/24/offline-mirror/ > > On Tuesday, February 20, 2018 at 6:20:54 PM UTC+1, Russ Cox wrote: >> >> I have a new blog post you might be interested in. >> https://research.swtch.com/vgo. >> > -- 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.