File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ package cli
77import (
88 "strings"
99
10- "github.com/Sirupsen/logrus"
1110 "github.com/scaleway/scaleway-cli/pkg/commands"
11+ "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
1212)
1313
1414var cmdImages = & Command {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ package cli
77import (
88 "strings"
99
10- "github.com/Sirupsen/logrus"
1110 "github.com/scaleway/scaleway-cli/pkg/commands"
11+ "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
1212)
1313
1414var cmdPs = & Command {
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import (
1212 "text/tabwriter"
1313 "time"
1414
15- "github.com/renstrom/fuzzysearch/fuzzy"
1615 "github.com/scaleway/scaleway-cli/pkg/api"
1716 "github.com/scaleway/scaleway-cli/pkg/utils"
1817 "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
1918 "github.com/scaleway/scaleway-cli/vendor/github.com/docker/docker/pkg/units"
19+ "github.com/scaleway/scaleway-cli/vendor/github.com/renstrom/fuzzysearch/fuzzy"
2020)
2121
2222// ImagesArgs are flags for the `RunImages` function
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
1010 "text/tabwriter"
1111 "time"
1212
13- "github.com/Sirupsen/logrus"
14- "github.com/renstrom/fuzzysearch/fuzzy"
13+ "github.com/scaleway/scaleway-cli/vendor/github.com/Sirupsen/logrus"
1514 "github.com/scaleway/scaleway-cli/vendor/github.com/docker/docker/pkg/units"
15+ "github.com/scaleway/scaleway-cli/vendor/github.com/renstrom/fuzzysearch/fuzzy"
1616
1717 "github.com/scaleway/scaleway-cli/pkg/utils"
1818)
You can’t perform that action at this time.
0 commit comments