File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
1818 "fmt"
1919 "os"
2020
21- "github.com/sirupsen/logrus"
2221 "github.com/opencontainers/image-tools/version"
22+ "github.com/sirupsen/logrus"
2323 "github.com/urfave/cli"
2424)
2525
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ import (
2929 "strings"
3030 "time"
3131
32- "github.com/sirupsen/logrus"
3332 "github.com/opencontainers/image-spec/schema"
3433 "github.com/opencontainers/image-spec/specs-go/v1"
3534 "github.com/pkg/errors"
35+ "github.com/sirupsen/logrus"
3636)
3737
3838type manifest struct {
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ import (
2525 "strings"
2626 "testing"
2727
28- "github.com/sirupsen/logrus"
2928 "github.com/opencontainers/go-digest"
3029 "github.com/opencontainers/image-spec/specs-go/v1"
3130 "github.com/pkg/errors"
31+ "github.com/sirupsen/logrus"
3232
3333 bz2 "github.com/dsnet/compress/bzip2"
3434)
You can’t perform that action at this time.
0 commit comments