mirror of https://github.com/docker/docs.git
Update samalba/dockerclient dependency.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ddf4d50bb6
commit
5afc1e4924
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue