Hacker News new | ask | show | jobs
by freedomben 3181 days ago
Check out the `dep` tool: https://github.com/golang/dep

It is the future of official vendoring tools.

You could also look at `govendor`: https://github.com/kardianos/govendor

I've used govendor in some projects and found it agreeable. Best of luck :-)