mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
f9ad0d88a1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
27 lines
908 B
Modula-2
27 lines
908 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.2.0
|
|
github.com/onsi/gomega v1.21.1
|
|
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/tools v0.1.12
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.19
|