Fix missing import for "scope" package
@@ -9,6 +9,7 @@ import (
"github.com/containerd/log"
"github.com/docker/docker/libnetwork/datastore"
"github.com/docker/docker/libnetwork/osl"
+ "github.com/docker/docker/libnetwork/scope"
)
const (
@@ -7,6 +7,7 @@ import (
func (c *Controller) initStores() error {