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