mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Format imports
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
This commit is contained in:
parent
f775eb19c5
commit
81b076f53d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue