Closed
Description
Description
When I upgrade github.com/openfaas/faas-cli to point at the latest Docker version required by another package, the github.com/docker/docker/pkg/term
package can no longer be found.
Do you have any suggestions on what could be going wrong here?
Previous version: github.com/docker/docker v20.10.20+incompatible
I've also tried changing docker/docker to moby/moby, but then get the same error.
Reproduce
Check out https://github.com/openfaas/faas-cli/blob/master/go.mod
Run the update for github.com/google/go-containerregistry or arkade and then you'll see the Docker dependency change to: github.com/docker/docker v23.0.5+incompatible
and the build will fail with:
go get
github.com/openfaas/faas-cli imports
github.com/openfaas/faas-cli/commands imports
github.com/docker/docker/pkg/term: cannot find module providing package github.com/docker/docker/pkg/term
Expected behavior
No response
docker version
n/A
docker info
n/A
Additional Info
No response