mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Move pkg/listeners away
It is only used in `daemon` and should really live there. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: c204fce2ee926417d1dc7d10c043a81b93d2a72b Component: engine
This commit is contained in:
@@ -32,13 +32,13 @@ import (
|
||||
"github.com/docker/docker/daemon"
|
||||
"github.com/docker/docker/daemon/cluster"
|
||||
"github.com/docker/docker/daemon/config"
|
||||
"github.com/docker/docker/daemon/listeners"
|
||||
"github.com/docker/docker/daemon/logger"
|
||||
"github.com/docker/docker/dockerversion"
|
||||
"github.com/docker/docker/libcontainerd"
|
||||
dopts "github.com/docker/docker/opts"
|
||||
"github.com/docker/docker/pkg/authorization"
|
||||
"github.com/docker/docker/pkg/jsonlog"
|
||||
"github.com/docker/docker/pkg/listeners"
|
||||
"github.com/docker/docker/pkg/pidfile"
|
||||
"github.com/docker/docker/pkg/plugingetter"
|
||||
"github.com/docker/docker/pkg/signal"
|
||||
|
||||
Reference in New Issue
Block a user