mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Format the imports using the gci tool
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
b6df69cd07
commit
48aa72e1ef
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue