You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am getting an import error when importing github.com/docker/compose/v2/pkg/compose after build.go (#9925) switched to github.com/docker/docker/builder/remotecontext/urlutil
$ go mod tidy
go: finding module for package github.com/docker/docker/builder/remotecontext/urlutil
docker-compose imports
github.com/docker/compose/v2/pkg/compose imports
github.com/docker/docker/builder/remotecontext/urlutil: module github.com/docker/docker@latest found (v20.10.20+incompatible), but does not contain package github.com/docker/docker/builder/remotecontext/urlutil
Steps To Reproduce
Create a go project that imports github.com/docker/compose/v2/pkg/compose
Call go mod tidy
Compose Version
github.com/docker/compose/v2 v2.12.2
Docker Environment
github.com/docker/docker v20.10.20+incompatible
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Description
Hi, I am getting an import error when importing
github.com/docker/compose/v2/pkg/compose
afterbuild.go
(#9925) switched togithub.com/docker/docker/builder/remotecontext/urlutil
Steps To Reproduce
github.com/docker/compose/v2/pkg/compose
go mod tidy
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: