mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
11 lines
158 B
Go
11 lines
158 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
// nolint
|
|
import (
|
|
_ "github.com/lib/pq"
|
|
_ "golang.org/x/crypto/ssh"
|
|
_ "golang.org/x/lint/golint"
|
|
_ "golang.org/x/text"
|
|
)
|