mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move pkg/idtools to daemon/internal/idtools
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -14,11 +14,11 @@ import (
|
||||
"sync"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/internal/quota"
|
||||
"github.com/docker/docker/daemon/names"
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
"github.com/docker/docker/errdefs"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/moby/sys/atomicwriter"
|
||||
"github.com/moby/sys/user"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
@@ -10,8 +10,8 @@ import (
|
||||
"testing"
|
||||
|
||||
cerrdefs "github.com/containerd/errdefs"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/internal/quota"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"gotest.tools/v3/assert"
|
||||
is "gotest.tools/v3/assert/cmp"
|
||||
)
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/moby/sys/mountinfo"
|
||||
"gotest.tools/v3/skip"
|
||||
)
|
||||
|
||||
@@ -7,9 +7,9 @@ import (
|
||||
"syscall"
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
"github.com/docker/docker/daemon/volume/safepath"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/stringid"
|
||||
mounttypes "github.com/moby/moby/api/types/mount"
|
||||
"github.com/moby/sys/user"
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
"github.com/docker/docker/daemon/volume/drivers"
|
||||
"github.com/docker/docker/daemon/volume/local"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/volume/drivers"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
)
|
||||
|
||||
func setupDefaultDriver(_ *drivers.Store, _ string, _ idtools.Identity) error { return nil }
|
||||
|
||||
@@ -7,11 +7,11 @@ import (
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/daemon/internal/directory"
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
"github.com/docker/docker/daemon/volume/drivers"
|
||||
"github.com/docker/docker/daemon/volume/service/opts"
|
||||
"github.com/docker/docker/errdefs"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/plugingetter"
|
||||
"github.com/docker/docker/pkg/stringid"
|
||||
"github.com/moby/moby/api/types/events"
|
||||
|
||||
@@ -6,12 +6,12 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"github.com/docker/docker/daemon/internal/idtools"
|
||||
"github.com/docker/docker/daemon/volume"
|
||||
volumedrivers "github.com/docker/docker/daemon/volume/drivers"
|
||||
"github.com/docker/docker/daemon/volume/local"
|
||||
"github.com/docker/docker/daemon/volume/service/opts"
|
||||
"github.com/docker/docker/daemon/volume/testutils"
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"gotest.tools/v3/assert"
|
||||
is "gotest.tools/v3/assert/cmp"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user