2020-04-01 21:18:39 +01:00
|
|
|
module github.com/securego/gosec/v2
|
2018-09-10 08:09:12 +01:00
|
|
|
|
|
|
|
require (
|
2021-03-01 08:45:00 +00:00
|
|
|
github.com/gookit/color v1.3.8
|
2021-01-04 07:41:45 +00:00
|
|
|
github.com/lib/pq v1.9.0 // indirect
|
2021-03-01 08:45:00 +00:00
|
|
|
github.com/mozilla/tls-observatory v0.0.0-20210209181001-cf43108d6880
|
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.15.0
|
|
|
|
github.com/onsi/gomega v1.10.5
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
|
|
golang.org/x/mod v0.4.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
|
|
|
|
golang.org/x/text v0.3.5 // indirect
|
2021-02-01 00:46:32 +00:00
|
|
|
golang.org/x/tools v0.1.0
|
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
|