feat: using latest water with shared runtime#535
Conversation
|
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 by modifying the replace directive for the water package to a newer pseudo-version, and bumping the lantern-box dependency version from v0.0.95 to v0.0.98. ChangesDependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates Radiance’s Go module dependencies to use newer Lantern-provided builds of water (via a replace pin) and lantern-box, aligning with the PR goal of “latest water with shared runtime”.
Changes:
- Bump
github.com/getlantern/lantern-boxfromv0.0.95tov0.0.98. - Update the
replace github.com/refraction-networking/water => github.com/getlantern/waterpin tov0.7.1-alpha.0.20260619150927-31d1e50fe910. - Refresh
go.sumto 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 water replace pin and bumps lantern-box to v0.0.98. |
| go.sum | Updates module checksums to reflect the new lantern-box and water versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR updates the water reference for using the latest water fork version and updates the lantern-box version for using the latest version that supports the water shared runtime
Summary by CodeRabbit