vendor: github.com/docker/docker master (v29.0-dev)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-07-17 18:11:05 +02:00
parent 2a2748a94c
commit 644dc16b16
556 changed files with 1423 additions and 15053 deletions

View File

@ -3,8 +3,8 @@ package task
import (
"context"
"github.com/docker/docker/api/types/swarm"
"github.com/docker/docker/client"
"github.com/moby/moby/api/types/swarm"
"github.com/moby/moby/client"
)
type fakeClient struct {