Skip to content

Commit f28fc8b

Browse files
committed
daemon: remove discovery inits
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d2c6602 commit f28fc8b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

daemon/daemon_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"github.com/docker/docker/container"
1111
"github.com/docker/docker/errdefs"
1212
"github.com/docker/docker/libnetwork"
13-
_ "github.com/docker/docker/pkg/discovery/memory"
1413
"github.com/docker/docker/pkg/idtools"
1514
"github.com/docker/docker/pkg/truncindex"
1615
volumesservice "github.com/docker/docker/volume/service"

daemon/reload_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"github.com/docker/docker/daemon/config"
99
"github.com/docker/docker/daemon/images"
1010
"github.com/docker/docker/libnetwork"
11-
_ "github.com/docker/docker/pkg/discovery/memory"
1211
"github.com/docker/docker/registry"
1312
"github.com/sirupsen/logrus"
1413
"gotest.tools/v3/assert"

0 commit comments

Comments
 (0)