mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
4ecbe32d83
* Tidy up the go modules to remove unused modules Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch> * Update go modules to latest compatible version Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
21 lines
886 B
Modula-2
21 lines
886 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.1
|
|
github.com/onsi/gomega v1.7.0
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739 // indirect
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/sys v0.0.0-20190907184412-d223b2b6db03 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190909030654-5b82db07426d
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|