Move pkg/idtools to daemon/internal/idtools

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:12:07 -07:00
parent 7bfb804dbe
commit ca5d2348d0
14 changed files with 13 additions and 13 deletions

View File

@@ -11,9 +11,9 @@ import (
"github.com/containerd/log"
"github.com/docker/docker/daemon/container"
"github.com/docker/docker/daemon/internal/idtools"
volumemounts "github.com/docker/docker/daemon/volume/mounts"
"github.com/docker/docker/internal/cleanups"
"github.com/docker/docker/pkg/idtools"
"github.com/moby/moby/api/types/events"
mounttypes "github.com/moby/moby/api/types/mount"
"github.com/pkg/errors"