1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

migrate to new github.com/distribution/reference module

The "reference" package was moved to a separate module, which was extracted
from b9b19409cf

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-08-30 18:31:46 +02:00
parent 9c4e82435e
commit 1148a24e64
104 changed files with 1605 additions and 84 deletions

View File

@ -6,7 +6,7 @@ import (
"errors"
"net/url"
"github.com/docker/distribution/reference"
"github.com/distribution/reference"
"github.com/docker/docker/api/types"
)