gosec/go.mod
renovate[bot] f79c584dbb
chore(deps): update all dependencies (#898)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-05 09:23:50 +01:00

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