diff --git a/libnetwork/sandbox_store.go b/libnetwork/sandbox_store.go index 1f68e7a334..a940ffda85 100644 --- a/libnetwork/sandbox_store.go +++ b/libnetwork/sandbox_store.go @@ -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 ( diff --git a/libnetwork/store.go b/libnetwork/store.go index 8bafbc1475..4269eec71d 100644 --- a/libnetwork/store.go +++ b/libnetwork/store.go @@ -7,6 +7,7 @@ import ( "github.com/containerd/log" "github.com/docker/docker/libnetwork/datastore" + "github.com/docker/docker/libnetwork/scope" ) func (c *Controller) initStores() error {