Skip to content

Commit a62da3f

Browse files
committed
latest kindling
1 parent 20f26c6 commit a62da3f

File tree

2 files changed

+79
-57
lines changed

2 files changed

+79
-57
lines changed

go.mod

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/getlantern/event v0.0.0-20210901195647-a7e3145142e6
3131
github.com/getlantern/eventual v1.0.0
3232
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
3434
github.com/getlantern/go-socks5 v0.0.0-20171114193258-79d4dd3e2db5
3535
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65
3636
github.com/getlantern/hellosplitter v0.1.1
@@ -75,20 +75,20 @@ require (
7575
github.com/mitchellh/go-ps v1.0.0
7676
github.com/mitchellh/go-server-timing v1.0.1
7777
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
7979
github.com/refraction-networking/water v0.7.0-alpha
8080
github.com/sagernet/sing v0.6.0-alpha.18
8181
github.com/samber/lo v1.38.1
8282
github.com/shadowsocks/go-shadowsocks2 v0.1.5
8383
github.com/stretchr/testify v1.10.0
84-
github.com/xtaci/smux v1.5.24
84+
github.com/xtaci/smux v1.5.34
8585
go.opentelemetry.io/otel v1.19.0
8686
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
8787
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
8888
go.opentelemetry.io/otel/sdk v1.19.0
8989
go.opentelemetry.io/otel/trace v1.19.0
9090
go.uber.org/atomic v1.10.0
91-
golang.org/x/sys v0.27.0
91+
golang.org/x/sys v0.32.0
9292
google.golang.org/protobuf v1.35.2
9393
gopkg.in/yaml.v2 v2.4.0
9494
gopkg.in/yaml.v3 v3.0.1
@@ -101,22 +101,27 @@ require (
101101
github.com/alitto/pond/v2 v2.1.5 // indirect
102102
github.com/anacrolix/dht/v2 v2.20.0 // indirect
103103
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
105105
github.com/coder/websocket v1.8.12 // indirect
106106
github.com/dchest/siphash v1.2.3 // indirect
107+
github.com/flynn/noise v1.0.0 // indirect
107108
github.com/gaukas/wazerofs v0.1.0 // indirect
108109
github.com/getlantern/algeneva v0.0.0-20240222191137-2b4e88234f59 // indirect
110+
github.com/getlantern/dnstt v0.0.0-20250530230749-4d64f4edcf0f // indirect
109111
github.com/getlantern/lampshade v0.0.0-20201109225444-b06082e15f3a // indirect
110112
github.com/getlantern/withtimeout v0.0.0-20160829163843-511f017cd913 // indirect
111113
github.com/go-llsqlite/crawshaw v0.5.1 // indirect
112114
github.com/goccy/go-yaml v1.15.13 // indirect
113115
github.com/gofrs/uuid/v5 v5.3.0 // indirect
114116
github.com/golang/protobuf v1.5.3 // indirect
117+
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
115118
github.com/tetratelabs/wazero v1.7.1 // indirect
116119
github.com/vishvananda/netns v0.0.1 // indirect
117120
github.com/wlynxg/anet v0.0.3 // indirect
121+
github.com/xtaci/kcp-go/v5 v5.6.20 // indirect
118122
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb // indirect
119123
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d // indirect
124+
www.bamsoftware.com/git/dnstt.git v1.20241021.0 // indirect
120125
)
121126

122127
require (
@@ -184,7 +189,7 @@ require (
184189
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
185190
github.com/getlantern/kcp-go/v5 v5.0.0-20220503142114-f0c1cd6e1b54 // indirect
186191
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
188193
github.com/getlantern/measured v0.0.0-20230919230611-3d9e3776a6cd // indirect
189194
github.com/getlantern/meta-scrubber v0.0.1 // indirect
190195
github.com/getlantern/packetforward v0.0.0-20201001150407-c68a447b0360 // indirect
@@ -214,17 +219,15 @@ require (
214219
github.com/huandu/xstrings v1.3.2 // indirect
215220
github.com/kennygrant/sanitize v1.2.4 // indirect
216221
github.com/klauspost/compress v1.17.4 // indirect
217-
github.com/klauspost/cpuid v1.3.1 // indirect
218222
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
220224
github.com/kr/pretty v0.3.1 // indirect
221225
github.com/kr/text v0.2.0 // indirect
222226
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
223227
github.com/mattn/go-isatty v0.0.20 // indirect
224228
github.com/mdlayher/netlink v1.1.0 // indirect
225229
github.com/mholt/archiver/v3 v3.5.1 // indirect
226230
github.com/miekg/dns v1.1.50 // indirect
227-
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
228231
github.com/mschoch/smat v0.2.0 // indirect
229232
github.com/nwaples/rardecode v1.1.2 // indirect
230233
github.com/onsi/ginkgo/v2 v2.12.0 // indirect
@@ -266,12 +269,12 @@ require (
266269
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
267270
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
268271
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
271274
github.com/ti-mo/conntrack v0.3.0 // indirect
272275
github.com/ti-mo/netfilter v0.3.1 // indirect
273276
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
275278
github.com/tkuchiki/go-timezone v0.2.0 // indirect
276279
github.com/ulikunitz/xz v0.5.11 // indirect
277280
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
@@ -286,12 +289,12 @@ require (
286289
go.uber.org/mock v0.5.0
287290
go.uber.org/multierr v1.11.0 // indirect
288291
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
290293
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
291294
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
295298
golang.org/x/time v0.5.0 // indirect
296299
golang.org/x/tools v0.24.0 // indirect
297300
google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect

0 commit comments

Comments
 (0)