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

@@ -9,9 +9,9 @@ import (
cerrdefs "github.com/containerd/errdefs"
"github.com/docker/docker/daemon/container"
"github.com/docker/docker/daemon/internal/idtools"
"github.com/docker/docker/daemon/libnetwork"
volumesservice "github.com/docker/docker/daemon/volume/service"
"github.com/docker/docker/pkg/idtools"
"github.com/docker/go-connections/nat"
containertypes "github.com/moby/moby/api/types/container"
"github.com/pkg/errors"