compose/internal
Sebastiaan van Stijn 5165b0f814 internal/tracing: replace go-multierror.Group with sync.WaitGroup
The go-multierror Group is just a shallow wrapper around sync.WaitGroup;
https://github.com/hashicorp/go-multierror/blob/v1.1.1/group.go#L5-L38

This patch replaces the go-multierror.Group for a sync.WaitGroup (we
probably don't need to limit concurrency for this one) and stdlib multi-
errors.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-25 11:22:25 +02:00
..
desktop remove support of Synchronize File Shares integration with Docker Desktop 2025-04-22 15:29:23 +02:00
experimental Remove feature flag integration with Docker Desktop for ComposeUI and ComposeNav 2024-10-07 20:08:12 +02:00
locker feat(os): add FreeBSD support 2025-07-11 10:44:45 +02:00
memnet feat(desktop): add Docker Desktop detection and client skeleton (#11593) 2024-03-12 09:47:41 -04:00
ocipush Fix the generated manifest for compose artifacts so that the empty config is not added as a layer. 2025-06-11 16:51:51 +02:00
paths feat(desktop): synchronized file share integration (#11614) 2024-03-20 14:41:24 -04:00
registry pkg/compose: simplify getting auth-config key 2025-08-05 10:08:23 +02:00
sync internal/sync: replace go-multierror.Group with golang.org/x/sync/errgroup 2025-08-25 11:22:25 +02:00
tracing internal/tracing: replace go-multierror.Group with sync.WaitGroup 2025-08-25 11:22:25 +02:00
variables.go format code with gofumpt 2024-12-17 16:50:14 +01:00