Skip to content

Commit f45a97c

Browse files
chore(deps): bump github.com/projectdiscovery/retryablehttp-go
Bumps [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases) - [Commits](projectdiscovery/retryablehttp-go@v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: github.com/projectdiscovery/retryablehttp-go dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 998a463 commit f45a97c

File tree

2 files changed

+67
-31
lines changed

2 files changed

+67
-31
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
github.com/projectdiscovery/gologger v1.1.67
2222
github.com/projectdiscovery/ldapserver v1.0.2-0.20240219154113-dcc758ebc0cb
2323
github.com/projectdiscovery/retryabledns v1.0.112
24-
github.com/projectdiscovery/retryablehttp-go v1.3.4
25-
github.com/projectdiscovery/utils v0.8.0
24+
github.com/projectdiscovery/retryablehttp-go v1.3.5
25+
github.com/projectdiscovery/utils v0.9.0
2626
github.com/remeh/sizedwaitgroup v1.0.0
2727
github.com/rs/xid v1.6.0
2828
github.com/stretchr/testify v1.11.1
@@ -125,27 +125,27 @@ require (
125125
github.com/tklauser/go-sysconf v0.3.15 // indirect
126126
github.com/tklauser/numcpus v0.10.0 // indirect
127127
github.com/ulikunitz/xz v0.5.15 // indirect
128-
github.com/weppos/publicsuffix-go v0.50.1-0.20250829105427-5340293a34a1 // indirect
128+
github.com/weppos/publicsuffix-go v0.50.3-0.20260104170930-90713dec78f2 // indirect
129129
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
130130
github.com/yuin/goldmark v1.7.13 // indirect
131131
github.com/yuin/goldmark-emoji v1.0.6 // indirect
132132
github.com/yusufpapurcu/wmi v1.2.4 // indirect
133133
github.com/zcalusic/sysinfo v1.1.3 // indirect
134134
github.com/zeebo/blake3 v0.2.4 // indirect
135135
github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248 // indirect
136-
github.com/zmap/zcrypto v0.0.0-20230422215203-9a665e1e9968 // indirect
136+
github.com/zmap/zcrypto v0.0.0-20240803002437-3a861682ac77 // indirect
137137
go.etcd.io/bbolt v1.4.3 // indirect
138138
go.uber.org/atomic v1.10.0 // indirect
139139
go.uber.org/zap/exp v0.3.0 // indirect
140140
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
141-
golang.org/x/crypto v0.45.0 // indirect
141+
golang.org/x/crypto v0.46.0 // indirect
142142
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
143143
golang.org/x/mod v0.30.0 // indirect
144-
golang.org/x/net v0.47.0 // indirect
144+
golang.org/x/net v0.48.0 // indirect
145145
golang.org/x/oauth2 v0.31.0 // indirect
146146
golang.org/x/sync v0.19.0 // indirect
147-
golang.org/x/sys v0.38.0 // indirect
148-
golang.org/x/term v0.37.0 // indirect
147+
golang.org/x/sys v0.39.0 // indirect
148+
golang.org/x/term v0.38.0 // indirect
149149
golang.org/x/text v0.32.0 // indirect
150150
golang.org/x/tools v0.39.0 // indirect
151151
)

0 commit comments

Comments
 (0)