forked from cosmos/gosec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 929 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
go 1.17
module github.com/orijtech/gosec/v2
require (
github.com/gookit/color v1.3.1
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.16.5
github.com/onsi/gomega v1.10.3
golang.org/x/tools v0.1.11
gopkg.in/yaml.v2 v2.3.0
)
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)