Skip to content

Commit f7e65ef

Browse files
myleshortonclaude
andcommitted
deps: bump radiance to #501 tip, lantern-box to #255 tip; drop local replaces
The local replace directives for ../radiance and ../lantern-box were dev-only. Removing them and pinning to specific commits on the SmC feature branches so this PR can build standalone for CI / reviewers: - github.com/getlantern/radiance @ 87ffa0d9e3ab (radiance #501 tip, has peer/ package, common/settings.PeerShareEnabledKey, and radiance/unbounded) - github.com/getlantern/lantern-box @ 85df3357f317 (lantern-box #255 tip, has tracker/peerconn listener registry + samizdat#10 bump) When the radiance and lantern-box feature stacks land on main, this commit can be amended away. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent dd58d0d commit f7e65ef

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

go.mod

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ module github.com/getlantern/lantern
22

33
go 1.26.2
44

5-
// Local while peer connection-stats endpoint is in flight; remove once
6-
// radiance tags a release that includes peer/connstats.go.
7-
replace github.com/getlantern/radiance => ../radiance
8-
9-
replace github.com/getlantern/lantern-box => ../lantern-box
10-
115
// replace github.com/getlantern/lantern-server-provisioner => ../lantern-server-provisioner
126

137
// replace github.com/sagernet/sing-box => ../sing-box-minimal
@@ -29,7 +23,7 @@ replace github.com/quic-go/qpack => github.com/quic-go/qpack v0.5.1
2923
require (
3024
github.com/alecthomas/assert/v2 v2.3.0
3125
github.com/getlantern/lantern-server-provisioner v0.0.0-20251031121934-8ea031fccfa9
32-
github.com/getlantern/radiance v0.0.0-20260521164929-568c5ece4bcc
26+
github.com/getlantern/radiance v0.0.0-20260529020215-87ffa0d9e3ab
3327
github.com/sagernet/sing-box v1.12.22
3428
golang.org/x/mobile v0.0.0-20250711185624-d5bb5ecc55c0
3529
golang.org/x/sys v0.41.0
@@ -176,12 +170,12 @@ require (
176170
github.com/getlantern/domainfront v0.0.0-20260419161617-0bff0b2169f4 // indirect
177171
github.com/getlantern/keepcurrent v0.0.0-20260422161259-54a4d9a93694 // indirect
178172
github.com/getlantern/kindling v0.0.0-20260516120759-a9712f95df03 // indirect
179-
github.com/getlantern/lantern-box v0.0.82 // indirect
180-
github.com/getlantern/lantern-water v0.0.0-20260317143726-e0ee64a11d90 // indirect
173+
github.com/getlantern/lantern-box v0.0.85-0.20260528223825-85df3357f317 // indirect
174+
github.com/getlantern/lantern-water v0.0.0-20260520145825-958775d51395 // indirect
181175
github.com/getlantern/osversion v0.0.0-20240418205916-2e84a4a4e175 // indirect
182176
github.com/getlantern/pluriconfig v0.0.0-20251126214241-8cc8bc561535 // indirect
183177
github.com/getlantern/publicip v0.0.0-20260328175246-2c460fe80c6b // indirect
184-
github.com/getlantern/samizdat v0.0.3-0.20260327203406-ef7323341974 // indirect
178+
github.com/getlantern/samizdat v0.0.3-0.20260511220916-bbb8ba1a28db // indirect
185179
github.com/getlantern/semconv v0.0.0-20260327040646-21845dda05cb // indirect
186180
github.com/getlantern/timezone v0.0.0-20210901200113-3f9de9d360c9 // indirect
187181
github.com/go-json-experiment/json v0.0.0-20250103232110-6a9a0fde9288 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ github.com/getlantern/keepcurrent v0.0.0-20260422161259-54a4d9a93694 h1:iLWm6S/4
247247
github.com/getlantern/keepcurrent v0.0.0-20260422161259-54a4d9a93694/go.mod h1:ag5g9aWUw2FJcX5RVRpJ9EBQBy5yJuy2WXDouIn/m4w=
248248
github.com/getlantern/kindling v0.0.0-20260516120759-a9712f95df03 h1:dUTN7mnTTBcSvsURNs1rTlyKrD1uXUEPqxEZDfl+hb4=
249249
github.com/getlantern/kindling v0.0.0-20260516120759-a9712f95df03/go.mod h1:TGTxpoNVwc8Be4qkBNtf5oj2psJaEIZEq47GOPS7zkA=
250-
github.com/getlantern/lantern-box v0.0.82 h1:hCXqpCxLOQNxYtQZQDYVh3aj3t8NqSBqJjCn2mIBtK0=
251-
github.com/getlantern/lantern-box v0.0.82/go.mod h1:wJhPQKdnwD6qW/ghAfzsrj/IfHZbvFSAfr52+Tu6dbw=
250+
github.com/getlantern/lantern-box v0.0.85-0.20260528223825-85df3357f317 h1:zg2gdFG89e4xkhGUmtW/gGY54jK9sz/osIAqZVZXFEo=
251+
github.com/getlantern/lantern-box v0.0.85-0.20260528223825-85df3357f317/go.mod h1:r9l3ihGsTWwUPm3+42cw5PA9U2mKSNDWSwqNlFaFGHs=
252252
github.com/getlantern/lantern-server-provisioner v0.0.0-20251031121934-8ea031fccfa9 h1:6seyD2f9tz2am0YQd/Qn+q7LFiiQgnmxgwWFnVceGZw=
253253
github.com/getlantern/lantern-server-provisioner v0.0.0-20251031121934-8ea031fccfa9/go.mod h1:s0VKrlJf/z+M0U8IKHFL2hfuflocRw3SINmMacrTlMA=
254-
github.com/getlantern/lantern-water v0.0.0-20260317143726-e0ee64a11d90 h1:P9JX1yAu2uq3b5YiT0sLtHkTrkZuttV8gPZh81nUuag=
255-
github.com/getlantern/lantern-water v0.0.0-20260317143726-e0ee64a11d90/go.mod h1:3JpJgwi4KEI6rS9loOAvcBp+F2jP65d0tTg2GQcTPBU=
254+
github.com/getlantern/lantern-water v0.0.0-20260520145825-958775d51395 h1:grfGavAUp2E9w9ZoJuM3FyWyQ0sCJ64V4ZMKtZKRqTc=
255+
github.com/getlantern/lantern-water v0.0.0-20260520145825-958775d51395/go.mod h1:3JpJgwi4KEI6rS9loOAvcBp+F2jP65d0tTg2GQcTPBU=
256256
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534 h1:3BwvWj0JZzFEvNNiMhCu4bf60nqcIuQpTYb00Ezm1ag=
257257
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534/go.mod h1:ZsLfOY6gKQOTyEcPYNA9ws5/XHZQFroxqCOhHjGcs9Y=
258258
github.com/getlantern/osversion v0.0.0-20240418205916-2e84a4a4e175 h1:JWH5BB2o0eAeGs0tZnFPpQGx+nMIo/WmxKnj2hnGjgE=
@@ -261,10 +261,10 @@ github.com/getlantern/pluriconfig v0.0.0-20251126214241-8cc8bc561535 h1:rtDmW8YL
261261
github.com/getlantern/pluriconfig v0.0.0-20251126214241-8cc8bc561535/go.mod h1:WKJEdjMOD4IuTRYwjQHjT4bmqDl5J82RShMLxPAvi0Q=
262262
github.com/getlantern/publicip v0.0.0-20260328175246-2c460fe80c6b h1:gMYJzEhLrmIqQ+JnjiYNm+UyUDalK3WUmVyecFwmV5g=
263263
github.com/getlantern/publicip v0.0.0-20260328175246-2c460fe80c6b/go.mod h1:NpfXdK4ldEKkjQ4P1R+DBF4ua5VFOlxmgHROTnYrApg=
264-
github.com/getlantern/radiance v0.0.0-20260521164929-568c5ece4bcc h1:dHSMAgafZhDmEsx8uAZDnWQA/w6C9Odm3zPKgzQeW9U=
265-
github.com/getlantern/radiance v0.0.0-20260521164929-568c5ece4bcc/go.mod h1:sX6xqbFpHlPXcRF+26iNhKbD+1h9IKcFTesWEDIaMjY=
266-
github.com/getlantern/samizdat v0.0.3-0.20260327203406-ef7323341974 h1:k+/qNo5YNO+8M8LVUp6G5Evm1OQdEs3Z4ye8top4AhI=
267-
github.com/getlantern/samizdat v0.0.3-0.20260327203406-ef7323341974/go.mod h1:uEeykQSW2/6rTjfPlj3MTTo59poSHXfAHTGgzYDkbr0=
264+
github.com/getlantern/radiance v0.0.0-20260529020215-87ffa0d9e3ab h1:ep3jMxunLYZkBqeEUHM41OfNAY924LZZ+bqjlKcPGfk=
265+
github.com/getlantern/radiance v0.0.0-20260529020215-87ffa0d9e3ab/go.mod h1:Pp0uXHqdz1BGJYYX/6wtZJRPxdbmhD+13KbW/+gPKBE=
266+
github.com/getlantern/samizdat v0.0.3-0.20260511220916-bbb8ba1a28db h1:2gV2u8cnjgmXRZHdVk7/amuo+PzboBqZxuWwwMIALsY=
267+
github.com/getlantern/samizdat v0.0.3-0.20260511220916-bbb8ba1a28db/go.mod h1:uEeykQSW2/6rTjfPlj3MTTo59poSHXfAHTGgzYDkbr0=
268268
github.com/getlantern/semconv v0.0.0-20260327040646-21845dda05cb h1:c5YM7b3a4r2J8Eh89KkI6M/iTFe6Bi+b8AJlfkKdFq4=
269269
github.com/getlantern/semconv v0.0.0-20260327040646-21845dda05cb/go.mod h1:GkPT5P9JoOTIRXRmFWxYgu1hhXgTFFTNc2hoG7WQc3g=
270270
github.com/getlantern/sing v0.7.18-lantern h1:QKGgIUA3LwmKYP/7JlQTRkxj9jnP4cX2Q/B+nd8XEjo=

0 commit comments

Comments
 (0)