2018-09-10 08:09:12 +01:00
|
|
|
module github.com/securego/gosec
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2019-04-25 08:25:32 +01:00
|
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
|
|
github.com/kisielk/gotool v1.0.0
|
2018-09-10 08:09:12 +01:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-04-25 08:25:32 +01:00
|
|
|
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.8.0
|
|
|
|
github.com/onsi/gomega v1.5.0
|
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20190416152802-12500544f89f // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20190417005754-4ca4b55e2050
|
2018-09-10 08:09:12 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-04-25 08:25:32 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
2018-09-10 08:09:12 +01:00
|
|
|
)
|