Get depend-update to work reliably
Earlier "make depend-update" would fail as it tried to pull stuff down that's already in our repo. So let's just ignore the stuff we know we already have. Change-Id: I11d22446e9be20686b2050a06aafab932541c0de
This commit is contained in:
parent
38fe101d63
commit
f2bf1a7d8d
7
glide.lock
generated
7
glide.lock
generated
@ -1,5 +1,5 @@
|
||||
hash: f0fdc617a0337ac35ef7e13ce83e231286bb4636974151ac8a57680af8d064f7
|
||||
updated: 2017-03-23T15:12:37.058586603-04:00
|
||||
hash: 23ea93249b9a00310b9f06978542a6fd5c8f92df18d5cf5239496cac4de2ad95
|
||||
updated: 2017-03-23T16:56:29.980808847-04:00
|
||||
imports:
|
||||
- name: github.com/docker/docker
|
||||
version: a8a31eff10544860d2188dddabdee4d727545796
|
||||
@ -9,6 +9,9 @@ imports:
|
||||
version: 0f08d3c510bc8c2a2c087cabd6614d8776ca8687
|
||||
subpackages:
|
||||
- libmachine/drivers
|
||||
- libmachine/drivers/plugin
|
||||
- libmachine/drivers/plugin/localbinary
|
||||
- libmachine/drivers/rpc
|
||||
- libmachine/log
|
||||
- libmachine/mcnflag
|
||||
- libmachine/mcnutils
|
||||
|
@ -27,3 +27,5 @@ testImport:
|
||||
- package: github.com/stretchr/testify
|
||||
subpackages:
|
||||
- assert
|
||||
ignore:
|
||||
- git.openstack.org/openstack/docker-machine-openstack/driver
|
Loading…
Reference in New Issue
Block a user