Create github.com/moby/moby/client module

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-21 09:30:26 -07:00
parent afd6487b2e
commit c47afd41c8
200 changed files with 6712 additions and 76 deletions

View File

@@ -11,12 +11,12 @@ import (
"testing"
"time"
"github.com/docker/docker/client"
"github.com/docker/docker/integration-cli/cli"
"github.com/docker/docker/pkg/stdcopy"
"github.com/docker/docker/testutil"
"github.com/docker/docker/testutil/request"
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/client"
"gotest.tools/v3/assert"
)