Use Godep to vendor distribution dependencies
As we get closer to release, we need to ensure that builds are repeatable. Godep provides a workable solution to managing dependencies in Go to support this requirement. This commit should be bolstered by updates to documentation and build configuration. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
e9e26bd362
commit
fc2a840e8f
343 changed files with 63491 additions and 0 deletions
2
Godeps/_workspace/.gitignore
generated
vendored
Normal file
2
Godeps/_workspace/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/pkg
|
||||
/bin
|
Loading…
Add table
Add a link
Reference in a new issue