mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Move registry to daemon/pkg/registry
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -55,6 +55,7 @@ import (
|
||||
dlogger "github.com/docker/docker/daemon/logger"
|
||||
"github.com/docker/docker/daemon/network"
|
||||
"github.com/docker/docker/daemon/pkg/plugin"
|
||||
"github.com/docker/docker/daemon/pkg/registry"
|
||||
"github.com/docker/docker/daemon/snapshotter"
|
||||
"github.com/docker/docker/daemon/stats"
|
||||
volumesservice "github.com/docker/docker/daemon/volume/service"
|
||||
@@ -64,7 +65,6 @@ import (
|
||||
"github.com/docker/docker/pkg/idtools"
|
||||
"github.com/docker/docker/pkg/plugingetter"
|
||||
"github.com/docker/docker/pkg/sysinfo"
|
||||
"github.com/docker/docker/registry"
|
||||
"github.com/moby/buildkit/util/grpcerrors"
|
||||
"github.com/moby/buildkit/util/tracing"
|
||||
"github.com/moby/locker"
|
||||
|
||||
Reference in New Issue
Block a user