diff --git a/hack/vendor.sh b/hack/vendor.sh index e613881dbd..685c7080bf 100755 --- a/hack/vendor.sh +++ b/hack/vendor.sh @@ -60,7 +60,7 @@ clone git golang.org/x/net 2beffdc2e92c8a3027590f898fe88f69af48a3f8 https://gith clone git golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git clone git github.com/docker/go-units 651fc226e7441360384da338d0fd37f2440ffbe3 clone git github.com/docker/go-connections fa2850ff103453a9ad190da0df0af134f0314b3d -clone git github.com/docker/engine-api 53b6b19ee622c8584c28fdde0e3893383b290da3 +clone git github.com/docker/engine-api a52656d77f09d394104c1639824eada038bfdb89 clone git github.com/RackSec/srslog 259aed10dfa74ea2961eddd1d9847619f6e98837 clone git github.com/imdario/mergo 0.2.1 diff --git a/vendor/src/github.com/docker/engine-api/types/types.go b/vendor/src/github.com/docker/engine-api/types/types.go index 3ed52175b9..95c1b602ee 100644 --- a/vendor/src/github.com/docker/engine-api/types/types.go +++ b/vendor/src/github.com/docker/engine-api/types/types.go @@ -256,6 +256,7 @@ type Info struct { Runtimes map[string]Runtime DefaultRuntime string Swarm swarm.Info + LiveRestore bool } // PluginsInfo is a temp struct holding Plugins name