1
0
mirror of https://github.com/moby/moby.git synced 2025-10-21 10:33:56 +03:00

Move internal/nlwrap to daemon/libnetwork/nlwrap

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-24 12:13:58 -07:00
parent fd21e3b935
commit 713d7f5ed1
29 changed files with 28 additions and 28 deletions

View File

@@ -19,9 +19,9 @@ import (
"github.com/docker/docker/daemon/libnetwork/ipamapi"
remoteipam "github.com/docker/docker/daemon/libnetwork/ipams/remote/api"
"github.com/docker/docker/daemon/libnetwork/netlabel"
"github.com/docker/docker/daemon/libnetwork/nlwrap"
"github.com/docker/docker/integration-cli/cli"
"github.com/docker/docker/integration-cli/daemon"
"github.com/docker/docker/internal/nlwrap"
"github.com/docker/docker/pkg/plugins"
"github.com/docker/docker/pkg/stringid"
"github.com/docker/docker/testutil"