Skip to content

Commit 17d5f73

Browse files
committed
Move internal/safepath to daemon/volume/safepath
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent 7edd7c6 commit 17d5f73

10 files changed

Lines changed: 2 additions & 2 deletions

File tree

daemon/volume/mounts/mounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/containerd/log"
1010
mounttypes "github.com/docker/docker/api/types/mount"
1111
"github.com/docker/docker/daemon/volume"
12-
"github.com/docker/docker/internal/safepath"
12+
"github.com/docker/docker/daemon/volume/safepath"
1313
"github.com/docker/docker/pkg/idtools"
1414
"github.com/docker/docker/pkg/stringid"
1515
"github.com/moby/sys/user"
File renamed without changes.

integration/volume/mount_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717
"github.com/docker/docker/api/types/versions"
1818
"github.com/docker/docker/api/types/volume"
1919
"github.com/docker/docker/client"
20+
"github.com/docker/docker/daemon/volume/safepath"
2021
"github.com/docker/docker/integration/internal/container"
21-
"github.com/docker/docker/internal/safepath"
2222
"github.com/docker/docker/testutil/fakecontext"
2323
"gotest.tools/v3/assert"
2424
is "gotest.tools/v3/assert/cmp"

0 commit comments

Comments
 (0)