mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
18 lines
529 B
Modula-2
18 lines
529 B
Modula-2
module github.com/securego/gosec/v2
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gookit/color v1.4.2
|
|
github.com/lib/pq v1.9.0
|
|
github.com/mozilla/tls-observatory v0.0.0-20210209181001-cf43108d6880
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
|
github.com/onsi/ginkgo v1.16.1
|
|
github.com/onsi/gomega v1.11.0
|
|
golang.org/x/mod v0.4.1 // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/text v0.3.5
|
|
golang.org/x/tools v0.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
go 1.16
|