lnd/vendor/github.com
Olaoluwa Osuntokun c8e58147b6
add glide dependency management for fully reproducible builds
This commit adds glide integration in order to make lnd builds fully
reproducible. Rather than using “go get” users should now manually pull down
the repo, use glide to fetch+install the dependancies, then manually install
all related binaries.

With this change we no longer have to chase dependancies making breaking API
changes under us. We can manually update the managed dependancies once a new
stable release of a defendant package is released.

Additionally, reproducible builds are a strong requirement in order to securely
distribute future major releases of lnd.
2016-07-22 18:53:35 -07:00
..
boltdb add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
btcsuite add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
codahale add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
codegangsta add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
davecgh add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
golang add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
howeyc add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
roasbeef add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00