mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
22 lines
827 B
Modula-2
22 lines
827 B
Modula-2
module github.com/securego/gosec
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
|
|
github.com/onsi/ginkgo v1.10.3
|
|
github.com/onsi/gomega v1.7.1
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
|
|
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20191217033636-bbbf87ae2631
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|
|
|
|
go 1.13
|