Merge pull request #46797 from cpuguy83/fix_missing_scope
Fix missing import for "scope" package
This commit is contained in:
commit
7c8d02d1bc
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue