update vendor/ dir to latest w/o heroku, moby

had to lock a lot of things in place
This commit is contained in:
Reed Allman
2017-08-03 02:38:15 -07:00
parent 780791da1c
commit 30f3c45dbc
5637 changed files with 191713 additions and 1133103 deletions

View File

@@ -20,6 +20,7 @@ import (
)
func TestExportContainerViaUnixSocket(t *testing.T) {
t.Parallel()
content := "exported container tar content"
var buf []byte
out := bytes.NewBuffer(buf)
@@ -51,6 +52,7 @@ func TestExportContainerViaUnixSocket(t *testing.T) {
}
func TestStatsTimeoutUnixSocket(t *testing.T) {
t.Parallel()
tmpdir, err := ioutil.TempDir("", "socket")
if err != nil {
t.Fatal(err)