aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/securego/gosec/v2/go.mod
blob: f09e262c40c015c3c0829ec0882a8c3090a0ffab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/securego/gosec/v2

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/gookit/color v1.3.6
	github.com/kr/pretty v0.1.0 // indirect
	github.com/lib/pq v1.9.0 // indirect
	github.com/mozilla/tls-observatory v0.0.0-20201209171846-0547674fceff
	github.com/nbutton23/zxcvbn-go v0.0.0-20201221231540-e56b841a3c88
	github.com/onsi/ginkgo v1.14.2
	github.com/onsi/gomega v1.10.4
	github.com/stretchr/testify v1.4.0 // indirect
	golang.org/x/tools v0.0.0-20210102185154-773b96fafca2
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.4.0
)

go 1.14