Move libnetwork to daemon/libnetwork

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-14 09:25:23 -07:00
parent f05652867d
commit 7a720df61f
1048 changed files with 615 additions and 615 deletions

View File

@@ -10,8 +10,8 @@ import (
"testing"
containertypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/daemon/libnetwork/types"
"github.com/docker/docker/internal/testutils/netnsutils"
"github.com/docker/docker/libnetwork/types"
"github.com/google/go-cmp/cmp/cmpopts"
"github.com/moby/sys/mount"
"github.com/moby/sys/mountinfo"