Skip to content

Commit

Permalink
Merge pull request #495 from scaleway/remove_redundant_aliases
Browse files Browse the repository at this point in the history
Remove redundant aliases
  • Loading branch information
lodow authored Apr 20, 2018
2 parents a331130 + 97a1878 commit e6d536f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
flag "github.com/docker/docker/pkg/mflag"
"github.com/sirupsen/logrus"

version "github.com/hashicorp/go-version"
"github.com/hashicorp/go-version"
"github.com/scaleway/scaleway-cli/pkg/api"
"github.com/scaleway/scaleway-cli/pkg/clilogger"
"github.com/scaleway/scaleway-cli/pkg/commands"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/x_completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"

"github.com/scaleway/scaleway-cli/pkg/api"
utils "github.com/scaleway/scaleway-cli/pkg/utils"
"github.com/scaleway/scaleway-cli/pkg/utils"
)

var cmdCompletion = &Command{
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/x_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

log "github.com/sirupsen/logrus"

api "github.com/scaleway/scaleway-cli/pkg/api"
"github.com/scaleway/scaleway-cli/pkg/api"
)

var cmdPatch = &Command{
Expand Down

0 comments on commit e6d536f

Please sign in to comment.