compose/pkg/mocks
Nicolas De Loof 6443bc1da2 chore(mocks): fix the stale mockgen invocation and pin its version
The `mocks` target still passed the pre-rename `Service` argument to
mockgen (the interface is `Compose` since the rename) and installed
whatever mockgen happened to be on PATH. Run it through `go run` with a
pinned version so regeneration is reproducible; v0.4.0 is the last
version usable here, as the package mode introduced in v0.5 copies
parameter names from the mocked source and moby's APIClient names its
variadic options `_`, which produces invalid Go code.

Regenerated pkg/mocks with the fixed invocation (header-only change).

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2026-08-20 15:16:43 +02:00
..
mock_docker_api.go chore(deps): github.com/docker/cli v29.6.0 2026-06-22 09:00:18 +02:00
mock_docker_cli.go go.mod: bump github.com/moby/moby/api v1.53.0, moby/client v0.2.2 2026-02-11 12:32:37 +01:00
mock_docker_compose_api.go chore(mocks): fix the stale mockgen invocation and pin its version 2026-08-20 15:16:43 +02:00