Bump radiance to main + go mod tidy#8734
Merged
Merged
Conversation
Pulls in radiance b8f04e3 (latest origin/main as of this commit) and
the transitive bumps that come with it:
- radiance v0.0.0-20260504203153-371d9879d4cd → v0.0.0-20260506165909-b8f04e3a710e
* #463 fix: preserve caller-supplied data dir; restore Pro on upgrade
* #461 fix: disconnect VPN on backend close
* #459 bump lantern-box to v0.0.78 for QUIC err_class instrumentation
- lantern-box v0.0.77 → v0.0.78 (transitive via radiance)
- broflake (transitive) bumped to its latest
No client-side code changes — go.mod / go.sum only. The local
`replace github.com/getlantern/radiance => ../radiance` directive in
go.mod stays commented out so this PR doesn't accidentally point at
anyone's local checkout.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Go module dependencies to track the latest github.com/getlantern/radiance origin/main snapshot, and applies the resulting go mod tidy-driven transitive dependency updates.
Changes:
- Bump
github.com/getlantern/radiancetov0.0.0-20260506165909-b8f04e3a710e. - Carry through transitive updates including
github.com/getlantern/lantern-boxtov0.0.78andgithub.com/getlantern/broflaketo a newer pseudo-version. - Refresh
go.sumchecksums to match the updated module graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the pinned radiance version and reflects new indirect dependency versions from go mod tidy. |
| go.sum | Updates checksums for the bumped radiance and its transitive dependency changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Bumps `github.com/getlantern/radiance` to the latest `origin/main` (`b8f04e3a710e`, snapshotted post-merge of #463) and lets `go mod tidy` carry through the transitive updates that come with it.
What's in radiance main since the previous pin
go.mod / go.sum diff
The local `replace github.com/getlantern/radiance => ../radiance` directive remains commented out so the PR doesn't pin to anyone's local checkout.
Test plan
🤖 Generated with Claude Code