chore(deps): bump github.com/imroc/req/v3 from 3.58.0 to 3.61.0 - #13
Merged
cmilesio merged 1 commit intoSep 7, 2026
Merged
Conversation
74 tasks
Bumps [github.com/imroc/req/v3](https://github.com/imroc/req) from 3.58.0 to 3.61.0. - [Release notes](https://github.com/imroc/req/releases) - [Commits](imroc/req@v3.58.0...v3.61.0) --- updated-dependencies: - dependency-name: github.com/imroc/req/v3 dependency-version: 3.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/imroc/req/v3-3.61.0
branch
from
September 7, 2026 03:56
cf8fbf4 to
2e2b522
Compare
cmilesio
deleted the
dependabot/go_modules/github.com/imroc/req/v3-3.61.0
branch
September 7, 2026 03:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update
github.com/imroc/req/v3from 3.58.0 to 3.61.0 and refresh its transitive HTTP, compression, digest, query-string, QUIC, and test dependency pins.Why
This adopts the current
req/v3release and its security and transport dependency updates. HTTPX does not use the changedSetTLSFingerprintSpecAPI, and its existing Go 1.27 requirement already exceedsreq3.59's new Go 1.25 minimum. The 3.60 multipart implementation streams uploads instead of buffering complete bodies, reducing large-upload memory use while preserving the HTTPX file, reader, multipart, and progress-callback contracts exercised by the integration tests. Before-request middleware errors may now participate in configured retries, matchingreq3.60 behavior. No HTTPX source API, configuration, or persisted-data change is required.