diff --git a/daemon/daemon_test.go b/daemon/daemon_test.go index 1975f3cde3..9cced74f58 100644 --- a/daemon/daemon_test.go +++ b/daemon/daemon_test.go @@ -10,7 +10,6 @@ import ( "github.com/docker/docker/container" "github.com/docker/docker/errdefs" "github.com/docker/docker/libnetwork" - _ "github.com/docker/docker/pkg/discovery/memory" "github.com/docker/docker/pkg/idtools" "github.com/docker/docker/pkg/truncindex" volumesservice "github.com/docker/docker/volume/service" diff --git a/daemon/reload_test.go b/daemon/reload_test.go index 73a2f31a50..96124b36fa 100644 --- a/daemon/reload_test.go +++ b/daemon/reload_test.go @@ -8,7 +8,6 @@ import ( "github.com/docker/docker/daemon/config" "github.com/docker/docker/daemon/images" "github.com/docker/docker/libnetwork" - _ "github.com/docker/docker/pkg/discovery/memory" "github.com/docker/docker/registry" "github.com/sirupsen/logrus" "gotest.tools/v3/assert"