store dependencies' versions with godep

These dependencies can be loaded into your $GOPATH simply executing
`godep restore`. This will allow builds to become reproducible, without
getting in the way of those wanting to consume parts of the project's
source code as a library.
This commit is contained in:
Jimmy Zelinskie 2015-04-17 00:27:08 -04:00
parent ab8306d915
commit 64fa0f8032
3 changed files with 74 additions and 18 deletions

5
Godeps/Readme generated Normal file
View file

@ -0,0 +1,5 @@
This directory tree is generated automatically by godep.
Please do not edit.
See https://github.com/tools/godep for more information.