mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix import path
The utils package was moved to "internal" in commit
af306d149e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1690103906
commit
ce35439015
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
"github.com/docker/docker/api/types/network"
|
||||
"github.com/docker/docker/client"
|
||||
"github.com/docker/docker/integration-cli/daemon"
|
||||
"github.com/docker/docker/integration/util/request"
|
||||
"github.com/docker/docker/integration/internal/request"
|
||||
"github.com/docker/docker/pkg/stdcopy"
|
||||
"github.com/docker/docker/pkg/system"
|
||||
"github.com/gotestyourself/gotestyourself/fs"
|
||||
|
|
Loading…
Add table
Reference in a new issue