We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6df69c commit 48aa72eCopy full SHA for 48aa72e
analyzer.go
@@ -31,11 +31,12 @@ import (
31
"strings"
32
"sync"
33
34
- "github.com/securego/gosec/v2/analyzers"
35
- "github.com/securego/gosec/v2/issue"
36
"golang.org/x/tools/go/analysis"
37
"golang.org/x/tools/go/analysis/passes/buildssa"
38
"golang.org/x/tools/go/packages"
+
+ "github.com/securego/gosec/v2/analyzers"
39
+ "github.com/securego/gosec/v2/issue"
40
)
41
42
// LoadMode controls the amount of details to return when loading the packages
0 commit comments