From 7da71329bcfafac8dd656e643f271ab9412eedf1 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 19 Jul 2018 21:26:01 +0200 Subject: [PATCH] bump docker/docker Signed-off-by: Sebastiaan van Stijn --- vendor.conf | 2 +- vendor/github.com/docker/docker/api/types/types.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor.conf b/vendor.conf index 34ba3f0502..681f041c7c 100755 --- a/vendor.conf +++ b/vendor.conf @@ -12,7 +12,7 @@ github.com/cpuguy83/go-md2man v1.0.8 github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76 # v1.1.0 github.com/dgrijalva/jwt-go a2c85815a77d0f951e33ba4db5ae93629a1530af github.com/docker/distribution 83389a148052d74ac602f5f1d62f86ff2f3c4aa5 -github.com/docker/docker 1800883bd16664846db1572b8c8fbe8c85892cee +github.com/docker/docker 2629fe93266e82751af4f1c7568e21060f065b73 github.com/docker/docker-credential-helpers 5241b46610f2491efdf9d1c85f1ddf5b02f6d962 # the docker/go package contains a customized version of canonical/json # and is used by Notary. The package is periodically rebased on current Go versions. diff --git a/vendor/github.com/docker/docker/api/types/types.go b/vendor/github.com/docker/docker/api/types/types.go index ae9e27dca1..ed62fd41e5 100644 --- a/vendor/github.com/docker/docker/api/types/types.go +++ b/vendor/github.com/docker/docker/api/types/types.go @@ -206,6 +206,7 @@ type Info struct { InitCommit Commit SecurityOptions []string ProductLicense string `json:",omitempty"` + Warnings []string } // KeyValue holds a key/value pair