Conversation
Picks up the OutboundChecker interface and CheckOutbounds method on MutableGroupManager, used to trigger immediate URL tests when bandit config arrives. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go module dependency on github.com/getlantern/lantern-box from a pseudo-version to the released v0.0.50 tag, keeping dependency metadata aligned with an upstream release.
Changes:
- Bump
github.com/getlantern/lantern-boxrequirement tov0.0.50ingo.mod - Update corresponding module checksums in
go.sum
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Switch lantern-box dependency from a pseudo-version to the v0.0.50 release tag |
| go.sum | Refresh checksums to match the lantern-box v0.0.50 requirement |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| github.com/getlantern/keepcurrent v0.0.0-20260304213122-017d542145ae | ||
| github.com/getlantern/kindling v0.0.0-20260319225424-4736208dd171 | ||
| github.com/getlantern/lantern-box v0.0.50-0.20260323160457-f763bd127d8c | ||
| github.com/getlantern/lantern-box v0.0.50 | ||
| github.com/getlantern/pluriconfig v0.0.0-20251126214241-8cc8bc561535 | ||
| github.com/getlantern/timezone v0.0.0-20210901200113-3f9de9d360c9 |
There was a problem hiding this comment.
PR description mentions functional changes (e.g., OutboundChecker, MutableGroupManager.CheckOutbounds(), immediate bandit URL test triggering), but this PR appears to only update the lantern-box module version. Please update the PR description to reflect that this is solely a dependency bump, or include the additional code changes that implement the described behavior.
Summary
lantern-boxfrom branch pseudo-version (v0.0.50-0.20260323...) to the releasedv0.0.50tagOutboundCheckerinterface andMutableGroupManager.CheckOutbounds()from lantern-box#195 (merged)Test plan
go vet ./...passesgo mod tidyclean🤖 Generated with Claude Code