summaryrefslogtreecommitdiff
path: root/testutil
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-11-10 14:46:59 +0100
committerSebastiaan van Stijn <github@gone.nl>2020-11-10 14:46:59 +0100
commit6d243cdf27bc9cd4caf5b33b7096f2cd1f6e735a (patch)
tree07fe786cb4d1094c780ef0fbfa1c1d8cc17ecdf4 /testutil
parent0e8023ddea86158587182c4fc41dc22a73692efc (diff)
downloaddocker-6d243cdf27bc9cd4caf5b33b7096f2cd1f6e735a.tar.gz
testutil: remove remaining use of deprecated pkg/mount
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'testutil')
-rw-r--r--testutil/daemon/daemon_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testutil/daemon/daemon_unix.go b/testutil/daemon/daemon_unix.go
index 8b7e53f50e..788f420243 100644
--- a/testutil/daemon/daemon_unix.go
+++ b/testutil/daemon/daemon_unix.go
@@ -11,7 +11,7 @@ import (
"syscall"
"testing"
- "github.com/docker/docker/pkg/mount"
+ "github.com/moby/sys/mount"
"golang.org/x/sys/unix"
"gotest.tools/v3/assert"
)