1
0
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:
Matthieu MOREL
2021-05-31 10:41:57 +02:00
committed by GitHub
parent 244adc6bdc
commit dbb9811e62
3 changed files with 6 additions and 1 deletions

View File

@ -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"
)