vendor: use docker/distribution instead of distribution/distribution

This doesn't require pulling in a new direct dependency, we already use
docker/distribution throughout imagetools and build.

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-05-22 09:23:12 +01:00
parent 432e16ef70
commit f558fd8b22
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import (
"os"
"testing"
"github.com/distribution/distribution/v3/reference"
"github.com/docker/buildx/tests/workers"
"github.com/docker/distribution/reference"
"github.com/moby/buildkit/util/testutil/integration"
)