The utils package was moved to "internal" in commit
af306d149e76b100e08972cda364647bd7bcfe1e
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -13,7 +13,7 @@ import ( |
| 13 | 13 |
"github.com/docker/docker/api/types/network" |
| 14 | 14 |
"github.com/docker/docker/client" |
| 15 | 15 |
"github.com/docker/docker/integration-cli/daemon" |
| 16 |
- "github.com/docker/docker/integration/util/request" |
|
| 16 |
+ "github.com/docker/docker/integration/internal/request" |
|
| 17 | 17 |
"github.com/docker/docker/pkg/stdcopy" |
| 18 | 18 |
"github.com/docker/docker/pkg/system" |
| 19 | 19 |
"github.com/gotestyourself/gotestyourself/fs" |