mirror of
https://github.com/securego/gosec.git
synced 2025-11-25 22:22:17 +02:00
Restructure to focus on lib rather than cli
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
package rules
|
||||
|
||||
import (
|
||||
gas "github.com/GoASTScanner/gas/core"
|
||||
"go/ast"
|
||||
"go/token"
|
||||
"regexp"
|
||||
|
||||
"github.com/nbutton23/zxcvbn-go"
|
||||
"strconv"
|
||||
|
||||
"github.com/GoASTScanner/gas"
|
||||
"github.com/nbutton23/zxcvbn-go"
|
||||
)
|
||||
|
||||
type Credentials struct {
|
||||
|
||||
Reference in New Issue
Block a user