mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove testutil.ReadBody
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
6a0105b452
commit
4f304e72a2
14 changed files with 50 additions and 53 deletions
|
@ -12,15 +12,15 @@ import (
|
|||
"path/filepath"
|
||||
"regexp"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/docker/docker/integration-cli/checker"
|
||||
"github.com/docker/docker/integration-cli/cli"
|
||||
"github.com/docker/docker/integration-cli/cli/build"
|
||||
"github.com/docker/docker/integration-cli/cli/build/fakecontext"
|
||||
icmd "github.com/docker/docker/pkg/testutil/cmd"
|
||||
units "github.com/docker/go-units"
|
||||
"github.com/go-check/check"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue