Project

General

Profile

Idea #11720

Updated by Tom Clegg almost 7 years ago

Our Go packages (programs and libraries) need something analogous to bundler, so changes in our dependencies don't break our builds or introduce new code without giving us a chance to preview. 

 https://github.com/golang/go/wiki/PackageManagementTools 

 -https://github.com/tools/godep https://github.com/tools/godep seems like the most obvious choice.- 

 https://github.com/kardianos/govendor might work. 
 choice.

Back