2020-04-01 22:18:39 +02:00
|
|
|
module github.com/securego/gosec/v2
|
2018-09-10 00:09:12 -07:00
|
|
|
|
|
|
|
require (
|
2021-05-05 18:54:32 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
2021-05-03 09:52:24 +02:00
|
|
|
github.com/gookit/color v1.4.2
|
2021-05-20 10:16:42 +02:00
|
|
|
github.com/lib/pq v1.9.0
|
2021-03-01 09:45:00 +01:00
|
|
|
github.com/mozilla/tls-observatory v0.0.0-20210209181001-cf43108d6880
|
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
2021-05-03 09:52:24 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.1
|
2021-04-01 09:16:31 +02:00
|
|
|
github.com/onsi/gomega v1.11.0
|
2021-03-01 09:45:00 +01:00
|
|
|
golang.org/x/mod v0.4.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
2021-05-20 10:16:42 +02:00
|
|
|
golang.org/x/text v0.3.5
|
2021-02-01 00:46:32 +00:00
|
|
|
golang.org/x/tools v0.1.0
|
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
|
|
|
|
2021-05-17 09:52:14 +02:00
|
|
|
go 1.16
|