mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move reference to daemon/internal/refstore
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -46,6 +46,7 @@ import (
|
||||
libcontainerdtypes "github.com/docker/docker/daemon/internal/libcontainerd/types"
|
||||
"github.com/docker/docker/daemon/internal/metrics"
|
||||
pluginexec "github.com/docker/docker/daemon/internal/plugin/executor/containerd"
|
||||
refstore "github.com/docker/docker/daemon/internal/refstore"
|
||||
"github.com/docker/docker/daemon/libnetwork"
|
||||
"github.com/docker/docker/daemon/libnetwork/cluster"
|
||||
nwconfig "github.com/docker/docker/daemon/libnetwork/config"
|
||||
@@ -63,7 +64,6 @@ import (
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/plugingetter"
|
||||
"github.com/docker/docker/pkg/sysinfo"
|
||||
refstore "github.com/docker/docker/reference"
|
||||
"github.com/docker/docker/registry"
|
||||
"github.com/moby/buildkit/util/grpcerrors"
|
||||
"github.com/moby/buildkit/util/tracing"
|
||||
|
||||
Reference in New Issue
Block a user