WIP: chore: make deps #728

Draft
decentral1se wants to merge 1 commits from fix/deps into main
Owner
No description provided.
decentral1se added 1 commit 2025-11-11 13:19:47 +00:00
decentral1se force-pushed fix/deps from 45af67d22d to 4d04dab1b5 2026-01-01 18:27:55 +00:00 Compare
Author
Owner

Current build error:

github.com/docker/cli/opts/swarmopts
coopcloud.tech/abra/pkg/ui
github.com/docker/docker/pkg/archive
# github.com/docker/cli/opts/swarmopts
vendor/github.com/docker/cli/opts/swarmopts/port.go:172:18: cannot range over pr.All() (value of func type iter.Seq[network.Port]): requires go1.23 or later (-lang was set to go1.16; check go.mod)
# coopcloud.tech/abra/pkg/ui
pkg/ui/deploy.go:93:44: cannot use m.cl (variable of type *"github.com/docker/docker/client".Client) as "github.com/moby/moby/client".APIClient value in argument to progress.ServiceProgress: *"github.com/docker/docker/client".Client does not implement "github.com/moby/moby/client".APIClient (wrong type for method BuildCachePrune)
                have BuildCachePrune(context.Context, "github.com/docker/docker/api/types/build".CachePruneOptions) (*"github.com/docker/docker/api/types/build".CachePruneReport, error)
                want BuildCachePrune(context.Context, "github.com/moby/moby/client".BuildCachePruneOptions) ("github.com/moby/moby/client".BuildCachePruneResult, error)
# github.com/docker/docker/pkg/archive
vendor/github.com/docker/docker/pkg/archive/archive_deprecated.go:103:47: undefined: archive.Compression
vendor/github.com/docker/docker/pkg/archive/archive_deprecated.go:159:43: undefined: archive.Compression
make: *** [Makefile:25: build] Error 1

One fix is waiting a release in https://github.com/docker/cli/issues/6708 I'll wait a while to see if these issues settle themselves. The last one is a bit troubling, it seems they're making a switch from docker/client -> moby/client for internal stuff and that might require some large-ish refactor 😬

Current build error: ``` github.com/docker/cli/opts/swarmopts coopcloud.tech/abra/pkg/ui github.com/docker/docker/pkg/archive # github.com/docker/cli/opts/swarmopts vendor/github.com/docker/cli/opts/swarmopts/port.go:172:18: cannot range over pr.All() (value of func type iter.Seq[network.Port]): requires go1.23 or later (-lang was set to go1.16; check go.mod) # coopcloud.tech/abra/pkg/ui pkg/ui/deploy.go:93:44: cannot use m.cl (variable of type *"github.com/docker/docker/client".Client) as "github.com/moby/moby/client".APIClient value in argument to progress.ServiceProgress: *"github.com/docker/docker/client".Client does not implement "github.com/moby/moby/client".APIClient (wrong type for method BuildCachePrune) have BuildCachePrune(context.Context, "github.com/docker/docker/api/types/build".CachePruneOptions) (*"github.com/docker/docker/api/types/build".CachePruneReport, error) want BuildCachePrune(context.Context, "github.com/moby/moby/client".BuildCachePruneOptions) ("github.com/moby/moby/client".BuildCachePruneResult, error) # github.com/docker/docker/pkg/archive vendor/github.com/docker/docker/pkg/archive/archive_deprecated.go:103:47: undefined: archive.Compression vendor/github.com/docker/docker/pkg/archive/archive_deprecated.go:159:43: undefined: archive.Compression make: *** [Makefile:25: build] Error 1 ``` One fix is waiting a release in https://github.com/docker/cli/issues/6708 I'll wait a while to see if these issues settle themselves. The last one is a bit troubling, it seems they're making a switch from `docker/client` -> `moby/client` for internal stuff and that might require some large-ish refactor 😬
decentral1se force-pushed fix/deps from 4d04dab1b5 to 85ed177c92 2026-01-05 22:54:05 +00:00 Compare
decentral1se force-pushed fix/deps from 85ed177c92 to 28577ef80c 2026-01-11 21:52:26 +00:00 Compare
Some checks failed
continuous-integration/drone/push Build is failing
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/deps:fix/deps
git checkout fix/deps
Sign in to join this conversation.
No description provided.