mirror of
https://github.com/securego/gosec.git
synced 2025-07-05 00:29:02 +02:00
Add crypto and lint to the tools modules
This commit is contained in:
@ -5,5 +5,7 @@ package tools
|
||||
// nolint
|
||||
import (
|
||||
_ "github.com/lib/pq"
|
||||
_ "golang.org/x/crypto/ssh"
|
||||
_ "golang.org/x/lint/golint"
|
||||
_ "golang.org/x/text"
|
||||
)
|
||||
|
Reference in New Issue
Block a user