1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00
gosec/tools/tools.go
2021-05-20 10:16:42 +02:00

10 lines
99 B
Go

// +build tools
package tools
// nolint
import (
_ "github.com/lib/pq"
_ "golang.org/x/text"
)