Skip to content

Commit

Permalink
refactor: import renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Mar 27, 2023
1 parent 89f33ae commit 864871b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/stats.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cmd

import (
"github.com/urfave/cli/v2"
cli "github.com/urfave/cli/v2"

"github.com/Scalingo/cli/apps"
"github.com/Scalingo/cli/detect"
Expand Down
2 changes: 1 addition & 1 deletion collaborators/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"errors"

"gopkg.in/errgo.v1"
errgo "gopkg.in/errgo.v1"

"github.com/Scalingo/cli/config"
"github.com/Scalingo/cli/io"
Expand Down

0 comments on commit 864871b

Please sign in to comment.