gosec/go.mod

18 lines
574 B
Modula-2
Raw Normal View History

module github.com/securego/gosec/v2
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2020-09-01 01:53:40 +01:00
github.com/gookit/color v1.2.8
github.com/kr/pretty v0.1.0 // indirect
2020-04-01 07:22:47 +01:00
github.com/mozilla/tls-observatory v0.0.0-20200317151703-4fa42e1c2dee
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
2020-08-01 01:35:19 +01:00
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/stretchr/testify v1.4.0 // indirect
2020-09-01 01:53:40 +01:00
golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0
)
go 1.14