1
0
mirror of https://github.com/securego/gosec.git synced 2025-11-23 22:15:04 +02:00

correct gci linter (#946)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2023-03-30 09:31:24 +02:00
committed by GitHub
parent 73f0efcd02
commit d6aeaad931
23 changed files with 62 additions and 33 deletions

View File

@@ -21,6 +21,7 @@ import (
"strconv"
zxcvbn "github.com/nbutton23/zxcvbn-go"
"github.com/securego/gosec/v2"
"github.com/securego/gosec/v2/issue"
)