migrate reference github.com/distribution/reference

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-31 00:36:58 +02:00
parent 25ce44280b
commit fb2ba5d63b
48 changed files with 1514 additions and 38 deletions

View File

@ -8,10 +8,10 @@ import (
"os"
"path/filepath"
"github.com/distribution/reference"
"github.com/docker/cli/cli"
"github.com/docker/cli/cli/command"
"github.com/docker/cli/cli/command/completion"
"github.com/docker/distribution/reference"
"github.com/docker/docker/api/types"
"github.com/docker/docker/pkg/archive"
"github.com/pkg/errors"