mirror of
https://github.com/securego/gosec.git
synced 2025-01-30 04:30:43 +02:00
Format imports
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
This commit is contained in:
parent
f775eb19c5
commit
81b076f53d
@ -19,10 +19,11 @@ import (
|
||||
"regexp"
|
||||
"strconv"
|
||||
|
||||
"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/ssa"
|
||||
|
||||
"github.com/securego/gosec/v2/issue"
|
||||
)
|
||||
|
||||
func newConversionOverflowAnalyzer(id string, description string) *analysis.Analyzer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user