2020-04-01 22:18:39 +02:00
|
|
|
module github.com/securego/gosec/v2
|
2018-09-10 00:09:12 -07:00
|
|
|
|
|
|
|
require (
|
2020-04-01 22:18:39 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-01-04 08:03:52 +01:00
|
|
|
github.com/gookit/color v1.3.6
|
2018-09-10 00:09:12 -07:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2021-01-04 08:41:45 +01:00
|
|
|
github.com/lib/pq v1.9.0 // indirect
|
2021-02-01 00:46:32 +00:00
|
|
|
github.com/mozilla/tls-observatory v0.0.0-20210122162659-40dcc08a8897
|
2021-01-04 08:03:52 +01:00
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20201221231540-e56b841a3c88
|
2020-11-02 09:15:56 +01:00
|
|
|
github.com/onsi/ginkgo v1.14.2
|
2021-01-04 08:03:52 +01:00
|
|
|
github.com/onsi/gomega v1.10.4
|
2021-02-01 00:46:32 +00:00
|
|
|
golang.org/x/tools v0.1.0
|
2019-09-09 13:10:41 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-12-01 09:29:25 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-09-10 00:09:12 -07:00
|
|
|
)
|
2019-09-12 14:07:35 +02:00
|
|
|
|
2020-04-14 10:39:16 +02:00
|
|
|
go 1.14
|