Skip to content

Commit

Permalink
fix: go import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Feb 4, 2024
1 parent ac0268f commit 97d6800
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/commands/list/list.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
package list

import (
"github.com/ekristen/libnuke/pkg/resource"
"github.com/fatih/color"
"github.com/urfave/cli/v2"
"sort"
"strings"

"github.com/fatih/color"
"github.com/urfave/cli/v2"

"github.com/ekristen/aws-nuke/pkg/commands/global"
"github.com/ekristen/aws-nuke/pkg/common"

"github.com/ekristen/libnuke/pkg/resource"

_ "github.com/ekristen/aws-nuke/resources"
)

Expand Down

0 comments on commit 97d6800

Please sign in to comment.