gosec/go.mod
renovate[bot] 208b73eec4
Update all dependencies (#538)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-02 09:15:56 +01:00

17 lines
574 B
Modula-2

module github.com/securego/gosec/v2
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gookit/color v1.3.1
github.com/kr/pretty v0.1.0 // indirect
github.com/mozilla/tls-observatory v0.0.0-20201026203728-66af64cf6cee
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/tools v0.0.0-20201102043006-b53d4cbd60a6
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0
)
go 1.14