mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
f79c584dbb
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
28 lines
833 B
Modula-2
28 lines
833 B
Modula-2
module github.com/securego/gosec/v2
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gookit/color v1.5.2
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
|
|
github.com/onsi/ginkgo/v2 v2.5.1
|
|
github.com/onsi/gomega v1.24.1
|
|
golang.org/x/crypto v0.3.0
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
golang.org/x/text v0.5.0
|
|
golang.org/x/tools v0.3.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/net v0.2.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.19
|