Skip to content

Bump radiance to main + go mod tidy#8734

Merged
myleshorton merged 1 commit into
mainfrom
fisk/bump-radiance-main
May 6, 2026
Merged

Bump radiance to main + go mod tidy#8734
myleshorton merged 1 commit into
mainfrom
fisk/bump-radiance-main

Conversation

@myleshorton
Copy link
Copy Markdown
Contributor

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

  • `radiance` `v0.0.0-20260504203153-371d9879d4cd` → `v0.0.0-20260506165909-b8f04e3a710e`
  • `lantern-box` `v0.0.77` → `v0.0.78` (transitive via radiance)
  • `broflake` bumped to latest (transitive)

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

  • `go build ./lantern-core/...` clean
  • `go build ./lantern-core/mobile/...` clean
  • CI

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 6, 2026 17:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/radiance to v0.0.0-20260506165909-b8f04e3a710e.
  • Carry through transitive updates including github.com/getlantern/lantern-box to v0.0.78 and github.com/getlantern/broflake to a newer pseudo-version.
  • Refresh go.sum checksums 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.

@myleshorton myleshorton merged commit 5fb029d into main May 6, 2026
13 checks passed
@myleshorton myleshorton deleted the fisk/bump-radiance-main branch May 6, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants