On 22-08-2018, Conor Hackett wrote:
> ------=_Part_816_169128197.1534976743243
> Content-Type: multipart/alternative; 
>       boundary="----=_Part_817_1168505210.1534976743243"
>
> ------=_Part_817_1168505210.1534976743243
> Content-Type: text/plain; charset="UTF-8"
>
> Hey Guys,
>
> So, adding your "vendor" directory to SCM is a contentious topic at best.
>
> I personally would rather not vendor the dependencies but I do need to keep 
> the required code in my control and I consider third party repos out of my 
> control.
>
> Similar to how maven works (and others I am sure), is there some tooling 
> that will enable me to cache/store/save third party dependencies on my 
> local machine/server etc in order to

With go module when you go get a module it cache it in $GOPATH/pkg/mod
Maybe you just need to backup this directory.


-- 
William

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