Move internal/safepath to daemon/volume/safepath

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-15 10:45:47 -07:00
parent 7edd7c68b1
commit 17d5f731f1
10 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/containerd/log"
mounttypes "github.com/docker/docker/api/types/mount"
"github.com/docker/docker/daemon/volume"
"github.com/docker/docker/internal/safepath"
"github.com/docker/docker/daemon/volume/safepath"
"github.com/docker/docker/pkg/idtools"
"github.com/docker/docker/pkg/stringid"
"github.com/moby/sys/user"

View File

@@ -17,8 +17,8 @@ import (
"github.com/docker/docker/api/types/versions"
"github.com/docker/docker/api/types/volume"
"github.com/docker/docker/client"
"github.com/docker/docker/daemon/volume/safepath"
"github.com/docker/docker/integration/internal/container"
"github.com/docker/docker/internal/safepath"
"github.com/docker/docker/testutil/fakecontext"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"