update radiance#8901
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates Go module dependencies to pull in newer upstream changes, primarily by bumping github.com/getlantern/radiance and the indirectly-used github.com/getlantern/common in the root module.
Changes:
- Bump
github.com/getlantern/radiancetov0.0.0-20260707204626-ce70c50cdbc8. - Bump indirect dependency
github.com/getlantern/commontov1.2.1-0.20260707190506-5d90dcb22437. - Update
go.sumwith the corresponding new module hashes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates required versions for radiance and indirect common. |
| go.sum | Adds checksum entries for the newly referenced module versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates go.mod to bump two indirect dependencies, github.com/getlantern/radiance and github.com/getlantern/common, to newer dated commit revisions. No other dependency requirements or exported entities are modified. ChangesDependency Version Bumps
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request updates dependency versions in the
go.modfile to bring in the latest changes from upstream libraries.Dependency updates:
github.com/getlantern/radianceto versionv0.0.0-20260707204626-ce70c50cdbc8.github.com/getlantern/common(indirect dependency) to versionv1.2.1-0.20260707190506-5d90dcb22437.Summary by CodeRabbit