mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 20:15:54 +00:00
11 lines
145 B
Go
11 lines
145 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
// nolint
|
|
import (
|
|
_ "github.com/lib/pq"
|
|
_ "golang.org/x/crypto/ssh"
|
|
_ "golang.org/x/text"
|
|
)
|