mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 09:53:40 +08: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