Skip to content

Commit

Permalink
OCM-6391 | fix: Make fmt-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed Apr 2, 2024
1 parent 7ecdfe5 commit 852868c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmd/create/accountroles/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (
"os"
"strings"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/cmd/login"
"github.com/openshift/rosa/cmd/verify/oc"
"github.com/openshift/rosa/cmd/verify/quota"
"github.com/openshift/rosa/pkg/aws"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/interactive/confirm"
"github.com/openshift/rosa/pkg/ocm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/admin/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (

idputils "github.com/openshift-online/ocm-common/pkg/idp/utils"
cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/object"
"github.com/openshift/rosa/pkg/ocm"
"github.com/openshift/rosa/pkg/output"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/autoscaler/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"os"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/clusterautoscaler"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/ocm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/breakglasscredential/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"fmt"
"os"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/breakglasscredential"
"github.com/openshift/rosa/pkg/externalauthprovider"
"github.com/openshift/rosa/pkg/interactive"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/dnsdomains/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
// nolint:gosec
"os"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/rosa"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/create/externalauthprovider/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"fmt"
"os"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/externalauthprovider"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/ocm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/idp/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (
"strings"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/ocm"
"github.com/openshift/rosa/pkg/rosa"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/kubeletconfig/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"os"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/interactive/confirm"
. "github.com/openshift/rosa/pkg/kubeletconfig"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/ocmrole/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import (

common "github.com/openshift-online/ocm-common/pkg/aws/validations"
cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

linkocmrole "github.com/openshift/rosa/cmd/link/ocmrole"
"github.com/openshift/rosa/pkg/aws"
awscb "github.com/openshift/rosa/pkg/aws/commandbuilder"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/aws/tags"
"github.com/openshift/rosa/pkg/helper"
"github.com/openshift/rosa/pkg/interactive"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/operatorroles/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import (
"os"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/arguments"
"github.com/openshift/rosa/pkg/aws"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/interactive/confirm"
"github.com/openshift/rosa/pkg/ocm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/tuningconfigs/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
"os"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/input"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/ocm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/create/userrole/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import (
"os"

cmv1 "github.com/openshift-online/ocm-sdk-go/clustersmgmt/v1"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"

linkuser "github.com/openshift/rosa/cmd/link/userrole"
"github.com/openshift/rosa/pkg/aws"
awscb "github.com/openshift/rosa/pkg/aws/commandbuilder"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/aws/tags"
"github.com/openshift/rosa/pkg/helper"
"github.com/openshift/rosa/pkg/interactive"
Expand Down
2 changes: 1 addition & 1 deletion cmd/unlink/ocmrole/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
"os"
"strings"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"
errors "github.com/zgalor/weberr"

"github.com/openshift/rosa/pkg/aws"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/interactive/confirm"
"github.com/openshift/rosa/pkg/rosa"
Expand Down
2 changes: 1 addition & 1 deletion cmd/unlink/userrole/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
"os"
"strings"

"github.com/openshift/rosa/pkg/aws/region"
"github.com/spf13/cobra"
errors "github.com/zgalor/weberr"

"github.com/openshift/rosa/pkg/aws"
"github.com/openshift/rosa/pkg/aws/region"
"github.com/openshift/rosa/pkg/interactive"
"github.com/openshift/rosa/pkg/interactive/confirm"
"github.com/openshift/rosa/pkg/rosa"
Expand Down

0 comments on commit 852868c

Please sign in to comment.