Skip to content

Commit 1551b28

Browse files
chore(deps): bump the modules group across 1 directory with 6 updates
Bumps the modules group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.3.0` | `0.3.1` | | [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.1` | `0.1.9` | | [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.94` | `1.0.95` | | [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.46` | `1.1.49` | | [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.81` | `0.0.84` | | [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.101` | `1.0.104` | Updates `github.com/projectdiscovery/fastdialer` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/projectdiscovery/fastdialer/releases) - [Commits](projectdiscovery/fastdialer@v0.3.0...v0.3.1) Updates `github.com/projectdiscovery/networkpolicy` from 0.1.1 to 0.1.9 - [Release notes](https://github.com/projectdiscovery/networkpolicy/releases) - [Commits](projectdiscovery/networkpolicy@v0.1.1...v0.1.9) Updates `github.com/projectdiscovery/retryabledns` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/projectdiscovery/retryabledns/releases) - [Commits](projectdiscovery/retryabledns@v1.0.94...v1.0.95) Updates `github.com/projectdiscovery/gologger` from 1.1.46 to 1.1.49 - [Release notes](https://github.com/projectdiscovery/gologger/releases) - [Commits](projectdiscovery/gologger@v1.1.46...v1.1.49) Updates `github.com/projectdiscovery/hmap` from 0.0.81 to 0.0.84 - [Release notes](https://github.com/projectdiscovery/hmap/releases) - [Commits](projectdiscovery/hmap@v0.0.81...v0.0.84) Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.101 to 1.0.104 - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases) - [Commits](projectdiscovery/retryablehttp-go@v1.0.101...v1.0.104) --- updated-dependencies: - dependency-name: github.com/projectdiscovery/fastdialer dependency-type: indirect update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/networkpolicy dependency-type: indirect update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/retryabledns dependency-type: indirect update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/gologger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/hmap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules - dependency-name: github.com/projectdiscovery/retryablehttp-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a1fc48c commit 1551b28

File tree

2 files changed

+306
-98
lines changed

2 files changed

+306
-98
lines changed

go.mod

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/projectdiscovery/utils
22

3-
go 1.22.0
3+
go 1.24.0
44

55
require (
66
github.com/Masterminds/semver/v3 v3.2.1
@@ -9,19 +9,19 @@ require (
99
github.com/cespare/xxhash v1.1.0
1010
github.com/charmbracelet/glamour v0.8.0
1111
github.com/docker/go-units v0.5.0
12-
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
12+
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
1313
github.com/felixge/fgprof v0.9.5
1414
github.com/fortytw2/leaktest v1.3.0
1515
github.com/google/go-github/v30 v30.1.0
1616
github.com/google/uuid v1.3.1
1717
github.com/hdm/jarm-go v0.0.7
1818
github.com/julienschmidt/httprouter v1.3.0
19-
github.com/klauspost/compress v1.17.4
19+
github.com/klauspost/compress v1.17.11
2020
github.com/kljensen/snowball v0.8.0
2121
github.com/logrusorgru/aurora v2.0.3+incompatible
2222
github.com/mattn/go-isatty v0.0.20
2323
github.com/microcosm-cc/bluemonday v1.0.27
24-
github.com/miekg/dns v1.1.56
24+
github.com/miekg/dns v1.1.62
2525
github.com/minio/selfupdate v0.6.1-0.20230907112617-f11e74f84ca7
2626
github.com/pkg/errors v0.9.1
2727
github.com/projectdiscovery/blackrock v0.0.1
@@ -31,73 +31,81 @@ require (
3131
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
3232
github.com/shirou/gopsutil v3.21.11+incompatible
3333
github.com/shirou/gopsutil/v3 v3.23.7
34-
github.com/stretchr/testify v1.9.0
35-
github.com/tidwall/gjson v1.14.3
34+
github.com/stretchr/testify v1.10.0
35+
github.com/tidwall/gjson v1.18.0
3636
github.com/zmap/zcrypto v0.0.0-20230422215203-9a665e1e9968
3737
go.uber.org/multierr v1.11.0
38-
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
38+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
3939
golang.org/x/oauth2 v0.11.0
40-
golang.org/x/sync v0.10.0
41-
golang.org/x/sys v0.28.0
42-
golang.org/x/text v0.21.0
40+
golang.org/x/sync v0.12.0
41+
golang.org/x/sys v0.31.0
42+
golang.org/x/text v0.23.0
4343
gopkg.in/yaml.v3 v3.0.1
4444
)
4545

4646
require (
4747
github.com/Mzack9999/go-http-digest-auth-client v0.6.1-0.20220414142836-eb8883508809 // indirect
48+
github.com/STARRY-S/zip v0.2.1 // indirect
4849
github.com/VividCortex/ewma v1.2.0 // indirect
4950
github.com/akrylysov/pogreb v0.10.1 // indirect
5051
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
51-
github.com/andybalholm/brotli v1.0.6 // indirect
52+
github.com/andybalholm/brotli v1.1.1 // indirect
5253
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
53-
github.com/bits-and-blooms/bitset v1.13.0 // indirect
54+
github.com/bodgit/plumbing v1.3.0 // indirect
55+
github.com/bodgit/sevenzip v1.6.0 // indirect
56+
github.com/bodgit/windows v1.0.1 // indirect
5457
github.com/charmbracelet/lipgloss v0.13.0 // indirect
5558
github.com/charmbracelet/x/ansi v0.3.2 // indirect
5659
github.com/cloudflare/circl v1.6.1 // indirect
5760
github.com/dimchansky/utfbom v1.1.1 // indirect
5861
github.com/dlclark/regexp2 v1.11.4 // indirect
5962
github.com/fatih/color v1.15.0 // indirect
60-
github.com/gaissmai/bart v0.9.5 // indirect
63+
github.com/gaissmai/bart v0.20.4 // indirect
6164
github.com/go-ole/go-ole v1.2.6 // indirect
6265
github.com/golang/snappy v0.0.4 // indirect
6366
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
67+
github.com/hashicorp/errwrap v1.1.0 // indirect
68+
github.com/hashicorp/go-multierror v1.1.1 // indirect
69+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6470
github.com/json-iterator/go v1.1.12 // indirect
65-
github.com/klauspost/pgzip v1.2.5 // indirect
71+
github.com/klauspost/pgzip v1.2.6 // indirect
6672
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
6773
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
6874
github.com/mattn/go-colorable v0.1.13 // indirect
6975
github.com/mattn/go-runewidth v0.0.16 // indirect
70-
github.com/mholt/archiver/v3 v3.5.1 // indirect
76+
github.com/mholt/archives v0.1.0 // indirect
7177
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7278
github.com/modern-go/reflect2 v1.0.2 // indirect
7379
github.com/muesli/reflow v0.3.0 // indirect
7480
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
75-
github.com/nwaples/rardecode v1.1.3 // indirect
81+
github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78 // indirect
7682
github.com/nxadm/tail v1.4.11 // indirect
77-
github.com/pierrec/lz4/v4 v4.1.2 // indirect
83+
github.com/pierrec/lz4/v4 v4.1.21 // indirect
7884
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
79-
github.com/projectdiscovery/fastdialer v0.3.0 // indirect
80-
github.com/projectdiscovery/networkpolicy v0.1.1 // indirect
81-
github.com/projectdiscovery/retryabledns v1.0.94 // indirect
82-
github.com/refraction-networking/utls v1.6.7 // indirect
85+
github.com/projectdiscovery/fastdialer v0.4.1 // indirect
86+
github.com/projectdiscovery/networkpolicy v0.1.15 // indirect
87+
github.com/projectdiscovery/retryabledns v1.0.101 // indirect
88+
github.com/refraction-networking/utls v1.7.0 // indirect
8389
github.com/rivo/uniseg v0.4.7 // indirect
8490
github.com/shoenig/go-m1cpu v0.1.6 // indirect
91+
github.com/sorairolake/lzip-go v0.3.5 // indirect
8592
github.com/syndtr/goleveldb v1.0.0 // indirect
93+
github.com/therootcompany/xz v1.0.1 // indirect
8694
github.com/tidwall/btree v1.4.3 // indirect
8795
github.com/tidwall/buntdb v1.3.0 // indirect
8896
github.com/tidwall/grect v0.1.4 // indirect
8997
github.com/tidwall/match v1.1.1 // indirect
90-
github.com/tidwall/pretty v1.2.0 // indirect
98+
github.com/tidwall/pretty v1.2.1 // indirect
9199
github.com/tidwall/rtred v0.1.2 // indirect
92100
github.com/tidwall/tinyqueue v0.1.1 // indirect
93101
github.com/tklauser/go-sysconf v0.3.12 // indirect
94102
github.com/tklauser/numcpus v0.6.1 // indirect
95-
github.com/ulikunitz/xz v0.5.11 // indirect
96-
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
103+
github.com/ulikunitz/xz v0.5.12 // indirect
97104
github.com/yuin/goldmark v1.7.4 // indirect
98105
github.com/yuin/goldmark-emoji v1.0.3 // indirect
99106
github.com/yusufpapurcu/wmi v1.2.4 // indirect
100107
go.etcd.io/bbolt v1.3.7 // indirect
108+
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
101109
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
102110
)
103111

@@ -111,17 +119,17 @@ require (
111119
github.com/google/go-querystring v1.1.0 // indirect
112120
github.com/gorilla/css v1.0.1 // indirect
113121
github.com/pmezard/go-difflib v1.0.0 // indirect
114-
github.com/projectdiscovery/gologger v1.1.46
115-
github.com/projectdiscovery/hmap v0.0.81
116-
github.com/projectdiscovery/retryablehttp-go v1.0.101
122+
github.com/projectdiscovery/gologger v1.1.54
123+
github.com/projectdiscovery/hmap v0.0.89
124+
github.com/projectdiscovery/retryablehttp-go v1.0.114
117125
github.com/weppos/publicsuffix-go v0.30.1-0.20230422193905-8fecedd899db
118126
github.com/zcalusic/sysinfo v1.0.2
119127
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
120-
golang.org/x/crypto v0.31.0 // indirect
121-
golang.org/x/mod v0.17.0 // indirect
122-
golang.org/x/net v0.33.0 // indirect
123-
golang.org/x/term v0.27.0
124-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
128+
golang.org/x/crypto v0.36.0 // indirect
129+
golang.org/x/mod v0.22.0 // indirect
130+
golang.org/x/net v0.38.0 // indirect
131+
golang.org/x/term v0.30.0
132+
golang.org/x/tools v0.29.0
125133
google.golang.org/appengine v1.6.7 // indirect
126134
google.golang.org/protobuf v1.33.0 // indirect
127135
)

0 commit comments

Comments
 (0)