Merge pull request #46797 from cpuguy83/fix_missing_scope

Fix missing import for "scope" package
This commit is contained in:
Tianon Gravi 2023-11-09 16:15:16 -08:00 committed by GitHub
commit 7c8d02d1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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 (

View file

@ -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 {