Skip to content

Commit

Permalink
Merge pull request moby#46797 from cpuguy83/fix_missing_scope
Browse files Browse the repository at this point in the history
Fix missing import for "scope" package
  • Loading branch information
tianon authored Nov 10, 2023
2 parents 63b2a21 + f0b89e6 commit 7c8d02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libnetwork/sandbox_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
1 change: 1 addition & 0 deletions libnetwork/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7c8d02d

Please sign in to comment.