mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix missing import for "scope" package
I believe this happened due to conflicting PR's that got merged without CI re-running between them. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
@@ -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 (
|
||||
|
||||
"github.com/containerd/log"
|
||||
"github.com/docker/docker/libnetwork/datastore"
|
||||
"github.com/docker/docker/libnetwork/scope"
|
||||
)
|
||||
|
||||
func (c *Controller) initStores() error {
|
||||
|
||||
Reference in New Issue
Block a user