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

10 lines
99 B
Go
Raw Normal View History

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