1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-19 21:08:30 +02:00
gosec/tools/tools.go

13 lines
175 B
Go
Raw Normal View History

//go:build tools
2021-05-20 10:16:42 +02:00
// +build tools
package tools
// nolint
import (
_ "github.com/lib/pq"
_ "golang.org/x/crypto/ssh"
_ "golang.org/x/lint/golint"
2021-05-20 10:16:42 +02:00
_ "golang.org/x/text"
)