1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-15 01:04:43 +02:00

Remove unused golint dependency (#1266)

This commit is contained in:
Oleksandr Redko
2024-12-16 11:41:16 +02:00
committed by GitHub
parent ef1a35faf9
commit bc77d16301
3 changed files with 0 additions and 4 deletions

View File

@ -7,6 +7,5 @@ package tools
import (
_ "github.com/lib/pq"
_ "golang.org/x/crypto/ssh"
_ "golang.org/x/lint/golint"
_ "golang.org/x/text"
)