Skip to content

Commit a19db72

Browse files
myleshortonclaude
andauthored
Update to the latest lantern box with fake ip fix for UDP traffic (#366)
* Update to the latest lantern box with fake ip fix for UDP traffic * Align otel gRPC exporter versions to v1.41.0 Bump otlptracegrpc and otlpmetricgrpc from v1.38.0 to v1.41.0 to match the rest of the OpenTelemetry stack and avoid version skew. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fcb0501 commit a19db72

2 files changed

Lines changed: 66 additions & 73 deletions

File tree

go.mod

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/getlantern/fronted v0.0.0-20260319225233-cf2160f85053
3434
github.com/getlantern/keepcurrent v0.0.0-20260304213122-017d542145ae
3535
github.com/getlantern/kindling v0.0.0-20260319225424-4736208dd171
36-
github.com/getlantern/lantern-box v0.0.42
36+
github.com/getlantern/lantern-box v0.0.49
3737
github.com/getlantern/pluriconfig v0.0.0-20251126214241-8cc8bc561535
3838
github.com/getlantern/timezone v0.0.0-20210901200113-3f9de9d360c9
3939
github.com/go-resty/resty/v2 v2.16.5
@@ -48,10 +48,10 @@ require (
4848
github.com/sagernet/sing-box v1.12.22
4949
github.com/stretchr/testify v1.11.1
5050
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0
51-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
52-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
53-
go.opentelemetry.io/otel/sdk v1.40.0
54-
go.opentelemetry.io/otel/sdk/metric v1.40.0
51+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0
52+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.41.0
53+
go.opentelemetry.io/otel/sdk v1.41.0
54+
go.opentelemetry.io/otel/sdk/metric v1.41.0
5555
go.uber.org/mock v0.5.0
5656
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
5757
google.golang.org/protobuf v1.36.11
@@ -112,8 +112,7 @@ require (
112112
github.com/gaissmai/bart v0.11.1 // indirect
113113
github.com/gaukas/wazerofs v0.1.0 // indirect
114114
github.com/getlantern/algeneva v0.0.0-20250307163401-1824e7b54f52 // indirect
115-
github.com/getlantern/errors v1.0.4 // indirect
116-
github.com/getlantern/lantern-water v0.0.0-20260313142412-dfc64287c8c8 // indirect
115+
github.com/getlantern/lantern-water v0.0.0-20260317143726-e0ee64a11d90 // indirect
117116
github.com/getlantern/samizdat v0.0.3-0.20260310125445-325cf1bd1b60 // indirect
118117
github.com/go-json-experiment/json v0.0.0-20250103232110-6a9a0fde9288 // indirect
119118
github.com/go-llsqlite/adapter v0.0.0-20230927005056-7f5ce7f0c916 // indirect
@@ -126,7 +125,7 @@ require (
126125
github.com/gorilla/csrf v1.7.3-0.20250123201450-9dd6af1f6d30 // indirect
127126
github.com/gorilla/securecookie v1.1.2 // indirect
128127
github.com/gorilla/websocket v1.5.3 // indirect
129-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
128+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
130129
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
131130
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
132131
github.com/hdevalence/ed25519consensus v0.2.0 // indirect
@@ -211,10 +210,10 @@ require (
211210
go4.org/mem v0.0.0-20240501181205-ae6ca9944745 // indirect
212211
golang.getoutline.org/sdk v0.0.21 // indirect
213212
golang.getoutline.org/sdk/x v0.1.0 // indirect
214-
golang.org/x/term v0.39.0 // indirect
215-
golang.org/x/text v0.33.0 // indirect
213+
golang.org/x/term v0.40.0 // indirect
214+
golang.org/x/text v0.34.0 // indirect
216215
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
217-
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
216+
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
218217
modernc.org/libc v1.22.3 // indirect
219218
modernc.org/mathutil v1.5.0 // indirect
220219
modernc.org/memory v1.5.0 // indirect
@@ -232,7 +231,6 @@ require (
232231
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
233232
github.com/fsnotify/fsnotify v1.9.0
234233
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
235-
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
236234
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534 // indirect
237235
github.com/getlantern/osversion v0.0.0-20240418205916-2e84a4a4e175
238236
github.com/getsentry/sentry-go v0.31.1
@@ -248,7 +246,7 @@ require (
248246
github.com/google/go-cmp v0.7.0 // indirect
249247
github.com/hashicorp/yamux v0.1.2 // indirect
250248
github.com/insomniacslk/dhcp v0.0.0-20250417080101-5f8cf70e8c5f // indirect
251-
github.com/klauspost/compress v1.18.0 // indirect
249+
github.com/klauspost/compress v1.18.2 // indirect
252250
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
253251
github.com/libdns/alidns v1.0.5-libdns.v1.beta1 // indirect
254252
github.com/libdns/cloudflare v0.2.2-0.20250708034226-c574dccb31a6 // indirect
@@ -282,24 +280,24 @@ require (
282280
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
283281
github.com/vishvananda/netns v0.0.5 // indirect
284282
github.com/zeebo/blake3 v0.2.4 // indirect
285-
go.opentelemetry.io/otel v1.40.0
286-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0
287-
go.opentelemetry.io/otel/metric v1.40.0
288-
go.opentelemetry.io/otel/trace v1.40.0
283+
go.opentelemetry.io/otel v1.41.0
284+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.41.0
285+
go.opentelemetry.io/otel/metric v1.41.0
286+
go.opentelemetry.io/otel/trace v1.41.0
289287
go.uber.org/multierr v1.11.0 // indirect
290288
go.uber.org/zap v1.27.0 // indirect
291289
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
292-
golang.org/x/crypto v0.47.0
290+
golang.org/x/crypto v0.48.0
293291
golang.org/x/exp v0.0.0-20251113190631-e25ba8c21ef6 // indirect
294-
golang.org/x/mod v0.31.0 // indirect
295-
golang.org/x/net v0.49.0 // indirect
292+
golang.org/x/mod v0.32.0 // indirect
293+
golang.org/x/net v0.50.0 // indirect
296294
golang.org/x/sync v0.19.0 // indirect
297-
golang.org/x/sys v0.40.0
295+
golang.org/x/sys v0.41.0
298296
golang.org/x/time v0.14.0 // indirect
299-
golang.org/x/tools v0.40.0 // indirect
297+
golang.org/x/tools v0.41.0 // indirect
300298
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
301-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
302-
google.golang.org/grpc v1.78.0
299+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
300+
google.golang.org/grpc v1.79.2
303301
gopkg.in/yaml.v3 v3.0.1 // indirect
304302
lukechampine.com/blake3 v1.3.0 // indirect
305303
)

0 commit comments

Comments
 (0)