Skip to content

Commit

Permalink
Format the imports using the gci tool
Browse files Browse the repository at this point in the history
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Mar 8, 2024
1 parent b6df69c commit 48aa72e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ import (
"strings"
"sync"

"github.com/securego/gosec/v2/analyzers"
"github.com/securego/gosec/v2/issue"
"golang.org/x/tools/go/analysis"
"golang.org/x/tools/go/analysis/passes/buildssa"
"golang.org/x/tools/go/packages"

"github.com/securego/gosec/v2/analyzers"
"github.com/securego/gosec/v2/issue"
)

// LoadMode controls the amount of details to return when loading the packages
Expand Down

0 comments on commit 48aa72e

Please sign in to comment.