mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
10 lines
99 B
Go
10 lines
99 B
Go
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
// nolint
|
||
|
import (
|
||
|
_ "github.com/lib/pq"
|
||
|
_ "golang.org/x/text"
|
||
|
)
|