mirror of
https://github.com/securego/gosec.git
synced 2025-11-25 22:22:17 +02:00
correct gci linter (#946)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -21,9 +21,10 @@ import (
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
"github.com/securego/gosec/v2/issue"
|
||||
"golang.org/x/tools/go/analysis"
|
||||
"golang.org/x/tools/go/analysis/passes/buildssa"
|
||||
|
||||
"github.com/securego/gosec/v2/issue"
|
||||
)
|
||||
|
||||
// SSAAnalyzerResult contains various information returned by the
|
||||
|
||||
Reference in New Issue
Block a user