Skip to content

Commit bc2c7a2

Browse files
chore(deps): bump the modules group with 7 updates (#2355)
Bumps the modules group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/projectdiscovery/cdncheck](https://github.com/projectdiscovery/cdncheck) | `1.2.16` | `1.2.17` | | [github.com/projectdiscovery/dsl](https://github.com/projectdiscovery/dsl) | `0.8.10` | `0.8.11` | | [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.5.1` | `0.5.2` | | [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.66` | `1.1.67` | | [github.com/projectdiscovery/ratelimit](https://github.com/projectdiscovery/ratelimit) | `0.0.82` | `0.0.83` | | [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.3.1` | `1.3.2` | | [github.com/projectdiscovery/wappalyzergo](https://github.com/projectdiscovery/wappalyzergo) | `0.2.61` | `0.2.62` | Updates `github.com/projectdiscovery/cdncheck` from 1.2.16 to 1.2.17 - [Release notes](https://github.com/projectdiscovery/cdncheck/releases) - [Commits](projectdiscovery/cdncheck@v1.2.16...v1.2.17) Updates `github.com/projectdiscovery/dsl` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/projectdiscovery/dsl/releases) - [Commits](projectdiscovery/dsl@v0.8.10...v0.8.11) Updates `github.com/projectdiscovery/fastdialer` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/projectdiscovery/fastdialer/releases) - [Commits](projectdiscovery/fastdialer@v0.5.1...v0.5.2) Updates `github.com/projectdiscovery/gologger` from 1.1.66 to 1.1.67 - [Release notes](https://github.com/projectdiscovery/gologger/releases) - [Commits](projectdiscovery/gologger@v1.1.66...v1.1.67) Updates `github.com/projectdiscovery/ratelimit` from 0.0.82 to 0.0.83 - [Release notes](https://github.com/projectdiscovery/ratelimit/releases) - [Commits](projectdiscovery/ratelimit@v0.0.82...v0.0.83) Updates `github.com/projectdiscovery/retryablehttp-go` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases) - [Commits](projectdiscovery/retryablehttp-go@v1.3.1...v1.3.2) Updates `github.com/projectdiscovery/wappalyzergo` from 0.2.61 to 0.2.62 - [Release notes](https://github.com/projectdiscovery/wappalyzergo/releases) - [Commits](projectdiscovery/wappalyzergo@v0.2.61...v0.2.62) --- updated-dependencies: - dependency-name: github.com/projectdiscovery/cdncheck dependency-version: 1.2.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/dsl dependency-version: 0.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/fastdialer dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/gologger dependency-version: 1.1.67 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/ratelimit dependency-version: 0.0.83 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/retryablehttp-go dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/wappalyzergo dependency-version: 0.2.62 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74cdf47 commit bc2c7a2

File tree

2 files changed

+59
-58
lines changed

2 files changed

+59
-58
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ require (
1919
github.com/miekg/dns v1.1.68 // indirect
2020
github.com/pkg/errors v0.9.1
2121
github.com/projectdiscovery/asnmap v1.1.1
22-
github.com/projectdiscovery/cdncheck v1.2.16
22+
github.com/projectdiscovery/cdncheck v1.2.17
2323
github.com/projectdiscovery/clistats v0.1.1
24-
github.com/projectdiscovery/dsl v0.8.10
25-
github.com/projectdiscovery/fastdialer v0.5.1
24+
github.com/projectdiscovery/dsl v0.8.11
25+
github.com/projectdiscovery/fastdialer v0.5.2
2626
github.com/projectdiscovery/fdmax v0.0.4
2727
github.com/projectdiscovery/goconfig v0.0.1
2828
github.com/projectdiscovery/goflags v0.1.74
29-
github.com/projectdiscovery/gologger v1.1.66
29+
github.com/projectdiscovery/gologger v1.1.67
3030
github.com/projectdiscovery/hmap v0.0.99
3131
github.com/projectdiscovery/mapcidr v1.1.97
3232
github.com/projectdiscovery/networkpolicy v0.1.33
33-
github.com/projectdiscovery/ratelimit v0.0.82
33+
github.com/projectdiscovery/ratelimit v0.0.83
3434
github.com/projectdiscovery/rawhttp v0.1.90
35-
github.com/projectdiscovery/retryablehttp-go v1.3.1
35+
github.com/projectdiscovery/retryablehttp-go v1.3.2
3636
github.com/projectdiscovery/tlsx v1.2.2
3737
github.com/projectdiscovery/useragent v0.0.106
3838
github.com/projectdiscovery/utils v0.8.0
39-
github.com/projectdiscovery/wappalyzergo v0.2.61
39+
github.com/projectdiscovery/wappalyzergo v0.2.62
4040
github.com/rs/xid v1.6.0
4141
github.com/spaolacci/murmur3 v1.1.0
4242
github.com/stretchr/testify v1.11.1
@@ -63,16 +63,16 @@ require (
6363
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
6464
github.com/Masterminds/semver/v3 v3.2.1 // indirect
6565
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
66-
github.com/STARRY-S/zip v0.2.1 // indirect
66+
github.com/STARRY-S/zip v0.2.3 // indirect
6767
github.com/VividCortex/ewma v1.2.0 // indirect
6868
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
69-
github.com/andybalholm/brotli v1.1.1 // indirect
69+
github.com/andybalholm/brotli v1.2.0 // indirect
7070
github.com/andybalholm/cascadia v1.3.3 // indirect
7171
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
7272
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
7373
github.com/aymerick/douceur v0.2.0 // indirect
7474
github.com/bodgit/plumbing v1.3.0 // indirect
75-
github.com/bodgit/sevenzip v1.6.0 // indirect
75+
github.com/bodgit/sevenzip v1.6.1 // indirect
7676
github.com/bodgit/windows v1.0.1 // indirect
7777
github.com/brianvoe/gofakeit/v7 v7.2.1 // indirect
7878
github.com/charmbracelet/glamour v0.8.0 // indirect
@@ -101,14 +101,12 @@ require (
101101
github.com/gorilla/css v1.0.1 // indirect
102102
github.com/gosimple/slug v1.15.0 // indirect
103103
github.com/gosimple/unidecode v1.0.1 // indirect
104-
github.com/hashicorp/errwrap v1.1.0 // indirect
105-
github.com/hashicorp/go-multierror v1.1.1 // indirect
106104
github.com/hashicorp/go-version v1.6.0 // indirect
107105
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
108106
github.com/iangcarroll/cookiemonster v1.6.0 // indirect
109107
github.com/json-iterator/go v1.1.12 // indirect
110108
github.com/kataras/jwt v0.1.10 // indirect
111-
github.com/klauspost/compress v1.17.11 // indirect
109+
github.com/klauspost/compress v1.18.2 // indirect
112110
github.com/klauspost/pgzip v1.2.6 // indirect
113111
github.com/kljensen/snowball v0.8.0 // indirect
114112
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
@@ -117,32 +115,34 @@ require (
117115
github.com/mattn/go-colorable v0.1.14 // indirect
118116
github.com/mattn/go-isatty v0.0.20 // indirect
119117
github.com/mattn/go-runewidth v0.0.16 // indirect
120-
github.com/mholt/archives v0.1.0 // indirect
118+
github.com/mholt/archives v0.1.5 // indirect
119+
github.com/mikelolasagasti/xz v1.0.1 // indirect
120+
github.com/minio/minlz v1.0.1 // indirect
121121
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7 // indirect
122122
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
123123
github.com/modern-go/reflect2 v1.0.2 // indirect
124124
github.com/muesli/reflow v0.3.0 // indirect
125125
github.com/muesli/termenv v0.16.0 // indirect
126126
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
127-
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
128-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
127+
github.com/nwaples/rardecode/v2 v2.2.2 // indirect
128+
github.com/pierrec/lz4/v4 v4.1.23 // indirect
129129
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
130130
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
131131
github.com/projectdiscovery/blackrock v0.0.1 // indirect
132132
github.com/projectdiscovery/freeport v0.0.7 // indirect
133133
github.com/projectdiscovery/gostruct v0.0.2 // indirect
134134
github.com/projectdiscovery/machineid v0.0.0-20250715113114-c77eb3567582 // indirect
135-
github.com/projectdiscovery/retryabledns v1.0.111 // indirect
135+
github.com/projectdiscovery/retryabledns v1.0.112 // indirect
136136
github.com/refraction-networking/utls v1.7.1 // indirect
137137
github.com/rivo/uniseg v0.4.7 // indirect
138138
github.com/rogpeppe/go-internal v1.12.0 // indirect
139139
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
140140
github.com/sashabaranov/go-openai v1.37.0 // indirect
141141
github.com/shirou/gopsutil/v3 v3.24.2 // indirect
142142
github.com/shoenig/go-m1cpu v0.1.6 // indirect
143-
github.com/sorairolake/lzip-go v0.3.5 // indirect
143+
github.com/sorairolake/lzip-go v0.3.8 // indirect
144+
github.com/spf13/afero v1.15.0 // indirect
144145
github.com/syndtr/goleveldb v1.0.0 // indirect
145-
github.com/therootcompany/xz v1.0.1 // indirect
146146
github.com/tidwall/btree v1.7.0 // indirect
147147
github.com/tidwall/buntdb v1.3.1 // indirect
148148
github.com/tidwall/gjson v1.18.0 // indirect

0 commit comments

Comments
 (0)