yank could be a tool to pull source code into your own project
- no new package manager
- dependencies should be committed in code
- dependencies should be easily updated
- dependencies should easily be checked for out-of-dateness
similar to go get
for getting code, except specify where to insert the code and write a file to describe what you've yanked.