1
1
module github.com/projectdiscovery/notify
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/Masterminds/sprig v2.22.0+incompatible
@@ -10,9 +10,9 @@ require (
10
10
github.com/logrusorgru/aurora v2.0.3+incompatible
11
11
github.com/oriser/regroup v0.0.0-20210730155327-fca8d7531263
12
12
github.com/pkg/errors v0.9.1
13
- github.com/projectdiscovery/goflags v0.1.11
14
- github.com/projectdiscovery/gologger v1.1.11
15
- github.com/projectdiscovery/utils v0.0.40
13
+ github.com/projectdiscovery/goflags v0.1.38
14
+ github.com/projectdiscovery/gologger v1.1.12
15
+ github.com/projectdiscovery/utils v0.0.76
16
16
go.uber.org/multierr v1.11.0
17
17
go.uber.org/ratelimit v0.3.0
18
18
gopkg.in/yaml.v3 v3.0.1
@@ -25,15 +25,17 @@ require (
25
25
github.com/Masterminds/semver/v3 v3.2.1 // indirect
26
26
github.com/VividCortex/ewma v1.2.0 // indirect
27
27
github.com/alecthomas/chroma v0.10.0 // indirect
28
+ github.com/andybalholm/brotli v1.0.6 // indirect
28
29
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
29
30
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
30
31
github.com/aymerick/douceur v0.2.0 // indirect
31
32
github.com/benbjohnson/clock v1.3.0 // indirect
32
33
github.com/charmbracelet/glamour v0.6.0 // indirect
33
- github.com/cheggaaa/pb/v3 v3.1.2 // indirect
34
+ github.com/cheggaaa/pb/v3 v3.1.4 // indirect
34
35
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 // indirect
36
+ github.com/denisbrodbeck/machineid v1.0.1 // indirect
35
37
github.com/dlclark/regexp2 v1.10.0 // indirect
36
- github.com/dsnet/compress v0.0.1 // indirect
38
+ github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
37
39
github.com/fatih/color v1.15.0 // indirect
38
40
github.com/golang/protobuf v1.5.3 // indirect
39
41
github.com/golang/snappy v0.0.4 // indirect
@@ -43,14 +45,16 @@ require (
43
45
github.com/gorilla/css v1.0.0 // indirect
44
46
github.com/huandu/xstrings v1.4.0 // indirect
45
47
github.com/imdario/mergo v0.3.15 // indirect
48
+ github.com/klauspost/compress v1.16.7 // indirect
49
+ github.com/klauspost/pgzip v1.2.5 // indirect
46
50
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
47
51
github.com/mattn/go-colorable v0.1.13 // indirect
48
- github.com/mattn/go-isatty v0.0.18 // indirect
52
+ github.com/mattn/go-isatty v0.0.19 // indirect
49
53
github.com/mattn/go-runewidth v0.0.14 // indirect
50
- github.com/mholt/archiver v3.1.1+incompatible // indirect
51
- github.com/microcosm-cc/bluemonday v1.0.24 // indirect
52
- github.com/miekg/dns v1.1.55 // indirect
53
- github.com/minio/selfupdate v0.6.0 // indirect
54
+ github.com/mholt/archiver/v3 v3.5.1 // indirect
55
+ github.com/microcosm-cc/bluemonday v1.0.25 // indirect
56
+ github.com/miekg/dns v1.1.56 // indirect
57
+ github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
54
58
github.com/mitchellh/copystructure v1.2.0 // indirect
55
59
github.com/mitchellh/reflectwalk v1.0.2 // indirect
56
60
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -59,22 +63,22 @@ require (
59
63
github.com/muesli/termenv v0.15.1 // indirect
60
64
github.com/nwaples/rardecode v1.1.3 // indirect
61
65
github.com/olekukonko/tablewriter v0.0.5 // indirect
62
- github.com/pierrec/lz4 v2.6.1+incompatible // indirect
66
+ github.com/pierrec/lz4/v4 v4.1.2 // indirect
63
67
github.com/projectdiscovery/blackrock v0.0.1 // indirect
64
68
github.com/rivo/uniseg v0.4.4 // indirect
65
69
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
66
70
github.com/ulikunitz/xz v0.5.11 // indirect
67
71
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
68
72
github.com/yuin/goldmark v1.5.4 // indirect
69
73
github.com/yuin/goldmark-emoji v1.0.1 // indirect
70
- golang.org/x/crypto v0.10 .0 // indirect
74
+ golang.org/x/crypto v0.17 .0 // indirect
71
75
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
72
- golang.org/x/mod v0.10 .0 // indirect
73
- golang.org/x/net v0.11 .0 // indirect
74
- golang.org/x/oauth2 v0.9 .0 // indirect
75
- golang.org/x/sys v0.9 .0 // indirect
76
- golang.org/x/tools v0.9.1 // indirect
76
+ golang.org/x/mod v0.12 .0 // indirect
77
+ golang.org/x/net v0.17 .0 // indirect
78
+ golang.org/x/oauth2 v0.11 .0 // indirect
79
+ golang.org/x/sys v0.16 .0 // indirect
80
+ golang.org/x/tools v0.13.0 // indirect
77
81
google.golang.org/appengine v1.6.7 // indirect
78
- google.golang.org/protobuf v1.30 .0 // indirect
82
+ google.golang.org/protobuf v1.31 .0 // indirect
79
83
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
80
84
)
0 commit comments