Bump moby version (and its dependencies)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2018-06-08 11:26:10 +02:00
parent 001c8f2f7f
commit b1065767cd
254 changed files with 28833 additions and 13993 deletions

View File

@ -1,9 +1,8 @@
package client // import "github.com/docker/docker/client"
import (
"net/url"
"context"
"net/url"
"github.com/docker/docker/api/types"
)