Browse code

Fix import path

The utils package was moved to "internal" in commit
af306d149e76b100e08972cda364647bd7bcfe1e

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2018/02/15 23:29:45
Showing 1 changed files
... ...
@@ -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"