@@ -4,41 +4,32 @@ go 1.17
4
4
5
5
require (
6
6
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
7
- github.com/containrrr/shoutrrr v0.4.5-0.20210707101419-8018a476b557
7
+ github.com/containrrr/shoutrrr v0.4.5-0.20220522113502-c91dc3cf1279
8
8
github.com/json-iterator/go v1.1.12
9
9
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263
10
10
github.com/pkg/errors v0.9.1
11
+ github.com/projectdiscovery/fileutil v0.0.0-20220510111557-fba17e05663f
11
12
github.com/projectdiscovery/goflags v0.0.7
12
13
github.com/projectdiscovery/gologger v1.1.4
13
- go.uber.org/multierr v1.7 .0
14
- golang. org/x/time v0.0.0-20191024005414-555d28b269f0
14
+ go.uber.org/multierr v1.8 .0
15
+ go.uber. org/ratelimit v0.2.0
15
16
gopkg.in/yaml.v2 v2.4.0
16
17
)
17
18
18
19
require (
20
+ github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
21
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
19
22
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
20
- github.com/fatih/color v1.12.0 // indirect
21
- github.com/fsnotify/fsnotify v1.4.9 // indirect
22
- github.com/golang/protobuf v1.4.3 // indirect
23
- github.com/google/go-cmp v0.5.4 // indirect
24
- github.com/google/uuid v1.2.0 // indirect
25
- github.com/klauspost/compress v1.13.1 // indirect
23
+ github.com/fatih/color v1.10.0 // indirect
26
24
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
27
25
github.com/mattn/go-colorable v0.1.8 // indirect
28
- github.com/mattn/go-isatty v0.0.13 // indirect
26
+ github.com/mattn/go-isatty v0.0.12 // indirect
29
27
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
30
28
github.com/modern-go/reflect2 v1.0.2 // indirect
31
- github.com/nxadm/tail v1.4.8 // indirect
32
- github.com/onsi/ginkgo v1.16.4 // indirect
33
- github.com/onsi/gomega v1.10.5 // indirect
34
- github.com/projectdiscovery/stringsutil v0.0.0-20210804142656-fd3c28dbaafe // indirect
29
+ github.com/projectdiscovery/stringsutil v0.0.0-20220422150559-b54fb5dc6833 // indirect
35
30
go.uber.org/atomic v1.7.0 // indirect
36
31
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
37
32
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
38
- golang.org/x/text v0.3.6 // indirect
39
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
40
33
google.golang.org/protobuf v1.25.0 // indirect
41
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
42
- gosrc.io/xmpp v0.5.1 // indirect
43
- nhooyr.io/websocket v1.8.7 // indirect
34
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
44
35
)
0 commit comments