From 5afc1e4924a13c8e7cd3588b4350873f725adaa3 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 30 Sep 2015 17:26:35 -0400 Subject: [PATCH] Update samalba/dockerclient dependency. Signed-off-by: Daniel Nephin --- Godeps/Godeps.json | 2 +- Godeps/_workspace/src/github.com/samalba/dockerclient/types.go | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 0451cb5f18..e8374cf632 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -104,7 +104,7 @@ }, { "ImportPath": "github.com/samalba/dockerclient", - "Rev": "cfb489c624b635251a93e74e1e90eb0959c5367f" + "Rev": "73edd1c3a9d280bcec6a22a12fc90c1a46558b4e" }, { "ImportPath": "github.com/samuel/go-zookeeper/zk", diff --git a/Godeps/_workspace/src/github.com/samalba/dockerclient/types.go b/Godeps/_workspace/src/github.com/samalba/dockerclient/types.go index fdbb907823..a1654b61a5 100644 --- a/Godeps/_workspace/src/github.com/samalba/dockerclient/types.go +++ b/Godeps/_workspace/src/github.com/samalba/dockerclient/types.go @@ -272,7 +272,9 @@ type RespContainersCreate struct { type Image struct { Created int64 Id string + Labels map[string]string ParentId string + RepoDigests []string RepoTags []string Size int64 VirtualSize int64