From f2c5e831133cea63d9b6e93c8ced08f978d648bf Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Mon, 25 Jul 2016 20:31:02 -0700 Subject: [PATCH] vendor engine-api to a52656d77f09d394104c1639824eada038bfdb89 Signed-off-by: Tibor Vass Upstream-commit: e3c150bd470162d7a1a168f125a5e9a3b32b6a00 Component: engine --- components/engine/hack/vendor.sh | 2 +- .../vendor/src/github.com/docker/engine-api/types/types.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/hack/vendor.sh b/components/engine/hack/vendor.sh index cfb507b35b..c3d4c2cd61 100755 --- a/components/engine/hack/vendor.sh +++ b/components/engine/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/components/engine/vendor/src/github.com/docker/engine-api/types/types.go b/components/engine/vendor/src/github.com/docker/engine-api/types/types.go index 3ed52175b9..95c1b602ee 100644 --- a/components/engine/vendor/src/github.com/docker/engine-api/types/types.go +++ b/components/engine/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