We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c6602 commit f28fc8bCopy full SHA for f28fc8b
daemon/daemon_test.go
@@ -10,7 +10,6 @@ import (
10
"github.com/docker/docker/container"
11
"github.com/docker/docker/errdefs"
12
"github.com/docker/docker/libnetwork"
13
- _ "github.com/docker/docker/pkg/discovery/memory"
14
"github.com/docker/docker/pkg/idtools"
15
"github.com/docker/docker/pkg/truncindex"
16
volumesservice "github.com/docker/docker/volume/service"
daemon/reload_test.go
@@ -8,7 +8,6 @@ import (
8
"github.com/docker/docker/daemon/config"
9
"github.com/docker/docker/daemon/images"
"github.com/docker/docker/registry"
"github.com/sirupsen/logrus"
"gotest.tools/v3/assert"
0 commit comments