chore(deps): bump the go_modules group across 2 directories with 1 update#436
Merged
ericfitz merged 1 commit intoJun 4, 2026
Conversation
…date Bumps the go_modules group with 1 update in the /test/integration directory: [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go). Bumps the go_modules group with 1 update in the /wstest directory: [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go). Updates `github.com/quic-go/quic-go` from 0.57.1 to 0.59.1 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.57.1...v0.59.1) Updates `github.com/quic-go/quic-go` from 0.59.0 to 0.59.1 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.57.1...v0.59.1) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-version: 0.59.1 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/quic-go/quic-go dependency-version: 0.59.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
ericfitz
added a commit
that referenced
this pull request
Jun 4, 2026
…#436) PR #436 bumped github.com/quic-go/quic-go to v0.59.1 in the test/integration and wstest submodules on main. Capturing the same on dev/1.4.0. Note on scope: on dev/1.4.0 the root go.mod already pinned quic-go v0.59.1 (via the earlier root dep bump 5195f46), but the nested submodules had not been re-tidied afterward and would not build (`go mod tidy` required). A pure tidy here inherits v0.59.1 from the root automatically, so the security bump and the root-sync are physically inseparable on this branch — hence one commit. The meaningful security delta is quic-go v0.59.0 -> v0.59.1; the remaining churn is tidy reconciling the submodules with the root bump. Both submodules build and vet clean. Refs #436. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Bumps the go_modules group with 1 update in the /test/integration directory: github.com/quic-go/quic-go.
Bumps the go_modules group with 1 update in the /wstest directory: github.com/quic-go/quic-go.
Updates
github.com/quic-go/quic-gofrom 0.57.1 to 0.59.1Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
438abf0http3: implement trailer validation logic (#5642)7659dd8ackhandler: fix counting of packets queued for PTO probing (#5539)bd4aea9ackhandler: fix qlogging of outstanding packet count (#5538)76b3e07ackhandler: remove unused declaredLost field in the packet (#5537)2020668expose local and remote settings in ConnectionState (#5533)d082d9ffix flaky TestHTTP3Qlog (#5532)c5f15f2http3: close qlogger after all streams have been handled (#5524)f6dbf89polish the security policy (#5526)29cb6ffqlogwriter: fix race between RecordEvent and Close (#5523)e8a6e37http3: fix race between new streams and GOAWAY (#5522)Updates
github.com/quic-go/quic-gofrom 0.59.0 to 0.59.1Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
438abf0http3: implement trailer validation logic (#5642)7659dd8ackhandler: fix counting of packets queued for PTO probing (#5539)bd4aea9ackhandler: fix qlogging of outstanding packet count (#5538)76b3e07ackhandler: remove unused declaredLost field in the packet (#5537)2020668expose local and remote settings in ConnectionState (#5533)d082d9ffix flaky TestHTTP3Qlog (#5532)c5f15f2http3: close qlogger after all streams have been handled (#5524)f6dbf89polish the security policy (#5526)29cb6ffqlogwriter: fix race between RecordEvent and Close (#5523)e8a6e37http3: fix race between new streams and GOAWAY (#5522)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.