diff --git a/cmd/iam.go b/cmd/iam.go index 7e77aa519..483346329 100644 --- a/cmd/iam.go +++ b/cmd/iam.go @@ -4,9 +4,10 @@ import ( "fmt" "os" + "github.com/spf13/cobra" + "github.com/exoscale/cli/pkg/output" "github.com/exoscale/cli/table" - "github.com/spf13/cobra" ) var iamCmd = &cobra.Command{