Package: golang-github-docker-docker-dev Version: 20.10.5+dfsg1-1+deb11u1 Severity: wishlist
Dear Maintainer, While packaging github.com/docker/go-plugins-helpers I encountered the following errors: src/github.com/docker/docker/daemon/graphdriver/plugin.go:10:2: cannot find package "github.com/docker/docker/plugin/v2" in any of: /usr/lib/go-1.17/src/github.com/docker/docker/plugin/v2 (from $GOROOT) /build/golang-github-docker-go-plugins-helpers-0.0~git20210623.7ef169f/_build/src/github.com/docker/docker/plugin/v2 (from $GOPATH) src/github.com/docker/go-plugins-helpers/volume/shim/shim.go:4:2: cannot find package "github.com/docker/docker/volume" in any of: /usr/lib/go-1.17/src/github.com/docker/docker/volume (from $GOROOT) /build/golang-github-docker-go-plugins-helpers-0.0~git20210623.7ef169f/_build/src/github.com/docker/docker/volume (from $GOPATH) These packages are present in the upstream docker sources. The fix for this should be as simple as adding the appropriate lines to install these packages to `debian/golang-github-docker-docker-dev.install`.