1
0
mirror of https://github.com/securego/gosec.git synced 2025-05-19 22:13:19 +02:00
gosec/tools/tools.go
2024-12-16 10:41:16 +01:00

12 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"
)