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

Create github.com/moby/moby/api module

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-21 09:30:05 -07:00
parent 135cea2a10
commit afd6487b2e
806 changed files with 23628 additions and 4553 deletions

View File

@@ -14,8 +14,6 @@ import (
"testing"
"time"
"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/network"
"github.com/docker/docker/daemon/libnetwork/driverapi"
remoteapi "github.com/docker/docker/daemon/libnetwork/drivers/remote/api"
"github.com/docker/docker/daemon/libnetwork/ipamapi"
@@ -28,6 +26,8 @@ import (
"github.com/docker/docker/pkg/stringid"
"github.com/docker/docker/testutil"
testdaemon "github.com/docker/docker/testutil/daemon"
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/network"
"github.com/vishvananda/netlink"
"golang.org/x/sys/unix"
"gotest.tools/v3/assert"