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,7 +10,7 @@ import (
cerrdefs "github.com/containerd/errdefs"
containertypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/daemon/container"
"github.com/docker/docker/libnetwork"
"github.com/docker/docker/daemon/libnetwork"
"github.com/docker/docker/pkg/idtools"
volumesservice "github.com/docker/docker/volume/service"
"github.com/docker/go-connections/nat"