@@ -30,7 +30,7 @@ require (
30
30
github.com/getlantern/event v0.0.0-20210901195647-a7e3145142e6
31
31
github.com/getlantern/eventual v1.0.0
32
32
github.com/getlantern/eventual/v2 v2.0.2
33
- github.com/getlantern/fronted v0.0.0-20250424205729-cbb127ee49ff
33
+ github.com/getlantern/fronted v0.0.0-20250506001345-27e1daa0a25e
34
34
github.com/getlantern/go-socks5 v0.0.0-20171114193258-79d4dd3e2db5
35
35
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65
36
36
github.com/getlantern/hellosplitter v0.1.1
@@ -75,20 +75,20 @@ require (
75
75
github.com/mitchellh/go-ps v1.0.0
76
76
github.com/mitchellh/go-server-timing v1.0.1
77
77
github.com/mitchellh/mapstructure v1.5.0
78
- github.com/refraction-networking/utls v1.6.7
78
+ github.com/refraction-networking/utls v1.7.1
79
79
github.com/refraction-networking/water v0.7.0-alpha
80
80
github.com/sagernet/sing v0.6.0-alpha.18
81
81
github.com/samber/lo v1.38.1
82
82
github.com/shadowsocks/go-shadowsocks2 v0.1.5
83
83
github.com/stretchr/testify v1.10.0
84
- github.com/xtaci/smux v1.5.24
84
+ github.com/xtaci/smux v1.5.34
85
85
go.opentelemetry.io/otel v1.19.0
86
86
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
87
87
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
88
88
go.opentelemetry.io/otel/sdk v1.19.0
89
89
go.opentelemetry.io/otel/trace v1.19.0
90
90
go.uber.org/atomic v1.10.0
91
- golang.org/x/sys v0.27 .0
91
+ golang.org/x/sys v0.32 .0
92
92
google.golang.org/protobuf v1.35.2
93
93
gopkg.in/yaml.v2 v2.4.0
94
94
gopkg.in/yaml.v3 v3.0.1
@@ -101,22 +101,27 @@ require (
101
101
github.com/alitto/pond/v2 v2.1.5 // indirect
102
102
github.com/anacrolix/dht/v2 v2.20.0 // indirect
103
103
github.com/blang/vfs v1.0.0 // indirect
104
- github.com/cloudflare/circl v1.3.7 // indirect
104
+ github.com/cloudflare/circl v1.5.0 // indirect
105
105
github.com/coder/websocket v1.8.12 // indirect
106
106
github.com/dchest/siphash v1.2.3 // indirect
107
+ github.com/flynn/noise v1.0.0 // indirect
107
108
github.com/gaukas/wazerofs v0.1.0 // indirect
108
109
github.com/getlantern/algeneva v0.0.0-20240222191137-2b4e88234f59 // indirect
110
+ github.com/getlantern/dnstt v0.0.0-20250530230749-4d64f4edcf0f // indirect
109
111
github.com/getlantern/lampshade v0.0.0-20201109225444-b06082e15f3a // indirect
110
112
github.com/getlantern/withtimeout v0.0.0-20160829163843-511f017cd913 // indirect
111
113
github.com/go-llsqlite/crawshaw v0.5.1 // indirect
112
114
github.com/goccy/go-yaml v1.15.13 // indirect
113
115
github.com/gofrs/uuid/v5 v5.3.0 // indirect
114
116
github.com/golang/protobuf v1.5.3 // indirect
117
+ github.com/klauspost/cpuid/v2 v2.2.6 // indirect
115
118
github.com/tetratelabs/wazero v1.7.1 // indirect
116
119
github.com/vishvananda/netns v0.0.1 // indirect
117
120
github.com/wlynxg/anet v0.0.3 // indirect
121
+ github.com/xtaci/kcp-go/v5 v5.6.20 // indirect
118
122
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb // indirect
119
123
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d // indirect
124
+ www.bamsoftware.com/git/dnstt.git v1.20241021.0 // indirect
120
125
)
121
126
122
127
require (
@@ -184,7 +189,7 @@ require (
184
189
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
185
190
github.com/getlantern/kcp-go/v5 v5.0.0-20220503142114-f0c1cd6e1b54 // indirect
186
191
github.com/getlantern/keepcurrent v0.0.0-20240126172110-2e0264ca385d // indirect
187
- github.com/getlantern/kindling v0.0.0-20250424205749-ea5826ac8971
192
+ github.com/getlantern/kindling v0.0.0-20250603203209-3287cd988fd6
188
193
github.com/getlantern/measured v0.0.0-20230919230611-3d9e3776a6cd // indirect
189
194
github.com/getlantern/meta-scrubber v0.0.1 // indirect
190
195
github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360 // indirect
@@ -214,17 +219,15 @@ require (
214
219
github.com/huandu/xstrings v1.3.2 // indirect
215
220
github.com/kennygrant/sanitize v1.2.4 // indirect
216
221
github.com/klauspost/compress v1.17.4 // indirect
217
- github.com/klauspost/cpuid v1.3.1 // indirect
218
222
github.com/klauspost/pgzip v1.2.5 // indirect
219
- github.com/klauspost/reedsolomon v1.9.9 // indirect
223
+ github.com/klauspost/reedsolomon v1.12.0 // indirect
220
224
github.com/kr/pretty v0.3.1 // indirect
221
225
github.com/kr/text v0.2.0 // indirect
222
226
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
223
227
github.com/mattn/go-isatty v0.0.20 // indirect
224
228
github.com/mdlayher/netlink v1.1.0 // indirect
225
229
github.com/mholt/archiver/v3 v3.5.1 // indirect
226
230
github.com/miekg/dns v1.1.50 // indirect
227
- github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
228
231
github.com/mschoch/smat v0.2.0 // indirect
229
232
github.com/nwaples/rardecode v1.1.2 // indirect
230
233
github.com/onsi/ginkgo/v2 v2.12.0 // indirect
@@ -266,12 +269,12 @@ require (
266
269
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
267
270
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
268
271
github.com/spaolacci/murmur3 v1.1.0 // indirect
269
- github.com/templexxx/cpu v0.0.8 // indirect
270
- github.com/templexxx/xorsimd v0.4.1 // indirect
272
+ github.com/templexxx/cpu v0.1.1 // indirect
273
+ github.com/templexxx/xorsimd v0.4.3 // indirect
271
274
github.com/ti-mo/conntrack v0.3.0 // indirect
272
275
github.com/ti-mo/netfilter v0.3.1 // indirect
273
276
github.com/tidwall/btree v1.6.0 // indirect
274
- github.com/tjfoc/gmsm v1.3.2 // indirect
277
+ github.com/tjfoc/gmsm v1.4.1 // indirect
275
278
github.com/tkuchiki/go-timezone v0.2.0 // indirect
276
279
github.com/ulikunitz/xz v0.5.11 // indirect
277
280
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
@@ -286,12 +289,12 @@ require (
286
289
go.uber.org/mock v0.5.0
287
290
go.uber.org/multierr v1.11.0 // indirect
288
291
go.uber.org/zap v1.26.0 // indirect
289
- golang.org/x/crypto v0.29 .0 // indirect
292
+ golang.org/x/crypto v0.37 .0 // indirect
290
293
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
291
294
golang.org/x/mod v0.20.0 // indirect
292
- golang.org/x/net v0.28 .0 // indirect
293
- golang.org/x/sync v0.9 .0 // indirect
294
- golang.org/x/text v0.20 .0 // indirect
295
+ golang.org/x/net v0.39 .0 // indirect
296
+ golang.org/x/sync v0.13 .0 // indirect
297
+ golang.org/x/text v0.24 .0 // indirect
295
298
golang.org/x/time v0.5.0 // indirect
296
299
golang.org/x/tools v0.24.0 // indirect
297
300
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
0 commit comments