mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
Reformat import statements
golangci-lint linter: gci Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
a8b9e4e385
commit
efc6e837c6
@ -11,10 +11,9 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"gopkg.in/check.v1"
|
||||
|
||||
"github.com/containers/image/v5/manifest"
|
||||
imgspecv1 "github.com/opencontainers/image-spec/specs-go/v1"
|
||||
"gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
// This image is known to be x86_64 only right now
|
||||
|
Loading…
Reference in New Issue
Block a user