Move reference to daemon/internal/refstore

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:11:35 -07:00
parent c74ba95583
commit f1f83dae55
12 changed files with 9 additions and 9 deletions

View File

@@ -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"