mirror of
https://github.com/containers/skopeo.git
synced 2025-08-15 05:03:38 +00:00
Fix wrong import of docker reference
Signed-off-by: Zach Hill <zach@anchore.com>
This commit is contained in:
parent
a9854e1173
commit
07c89b49ff
@ -5,9 +5,9 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/containers/image/v5/docker"
|
||||
"github.com/containers/image/v5/docker/reference"
|
||||
"github.com/containers/image/v5/transports/alltransports"
|
||||
"github.com/containers/image/v5/types"
|
||||
"github.com/docker/distribution/reference"
|
||||
"github.com/pkg/errors"
|
||||
"github.com/urfave/cli"
|
||||
"strings"
|
||||
|
Loading…
Reference in New Issue
Block a user