Update samalba/dockerclient dependency.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-09-30 17:26:35 -04:00
parent ddf4d50bb6
commit 5afc1e4924
2 changed files with 3 additions and 1 deletions

2
Godeps/Godeps.json generated
View File

@ -104,7 +104,7 @@
}, },
{ {
"ImportPath": "github.com/samalba/dockerclient", "ImportPath": "github.com/samalba/dockerclient",
"Rev": "cfb489c624b635251a93e74e1e90eb0959c5367f" "Rev": "73edd1c3a9d280bcec6a22a12fc90c1a46558b4e"
}, },
{ {
"ImportPath": "github.com/samuel/go-zookeeper/zk", "ImportPath": "github.com/samuel/go-zookeeper/zk",

View File

@ -272,7 +272,9 @@ type RespContainersCreate struct {
type Image struct { type Image struct {
Created int64 Created int64
Id string Id string
Labels map[string]string
ParentId string ParentId string
RepoDigests []string
RepoTags []string RepoTags []string
Size int64 Size int64
VirtualSize int64 VirtualSize int64