Skip to content

Commit 9f6a8f4

Browse files
committed
add a better mieru support
1 parent 60b9f7f commit 9f6a8f4

3 files changed

Lines changed: 116 additions & 13 deletions

File tree

go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,14 @@ require (
8989
github.com/keybase/go-keychain v0.0.1 // indirect
9090
github.com/klauspost/compress v1.18.0 // indirect
9191
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
92+
github.com/klauspost/reedsolomon v1.12.0 // indirect
9293
github.com/libdns/acmedns v0.5.0 // indirect
9394
github.com/libdns/alidns v1.0.6-beta.3 // indirect
9495
github.com/libdns/cloudflare v0.2.2 // indirect
9596
github.com/libdns/libdns v1.1.1 // indirect
9697
github.com/libp2p/go-reuseport v0.4.0 // indirect
9798
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
99+
github.com/mahsanet/dnstt v0.0.0-20260208072932-d75b50056612 // indirect
98100
github.com/marusama/semaphore v0.0.0-20171214154724-565ffd8e868a // indirect
99101
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect
100102
github.com/mdlayher/socket v0.5.1 // indirect
@@ -191,11 +193,14 @@ require (
191193
github.com/tidwall/match v1.1.1 // indirect
192194
github.com/tidwall/pretty v1.2.1 // indirect
193195
github.com/tidwall/sjson v1.2.5 // indirect
196+
github.com/tjfoc/gmsm v1.4.1 // indirect
194197
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
195198
github.com/vishvananda/netns v0.0.5 // indirect
196199
github.com/wader/filtertransport v0.0.0-20200316221534-bdd9e61eee78 // indirect
197200
github.com/wlynxg/anet v0.0.5 // indirect
198201
github.com/x448/float16 v0.8.4 // indirect
202+
github.com/xtaci/kcp-go/v5 v5.6.70 // indirect
203+
github.com/xtaci/smux v1.5.24 // indirect
199204
github.com/zeebo/blake3 v0.2.4 // indirect
200205
gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib v1.5.0 // indirect
201206
go.uber.org/multierr v1.11.0 // indirect
@@ -212,7 +217,7 @@ require (
212217
golang.org/x/sys v0.40.0 // indirect
213218
golang.org/x/term v0.39.0 // indirect
214219
golang.org/x/text v0.33.0 // indirect
215-
golang.org/x/time v0.12.0 // indirect
220+
golang.org/x/time v0.14.0 // indirect
216221
golang.org/x/tools v0.40.0 // indirect
217222
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
218223
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
@@ -227,7 +232,7 @@ require (
227232
tailscale.com v1.58.2 // indirect
228233
)
229234

230-
replace github.com/sagernet/sing-box => github.com/hiddify/hiddify-sing-box v1.13.0-rc.2.0.20260209182241-96a4dc16de1d
235+
replace github.com/sagernet/sing-box => github.com/hiddify/hiddify-sing-box v1.13.0-rc.2.0.20260215114412-cabace8fd3ce
231236

232237
// replace github.com/xtls/xray-core => github.com/hiddify/xray-core v0.0.0-20260124181826-59e6569c13e9
233238
replace github.com/sagernet/wireguard-go => github.com/hiddify/wireguard-go v0.0.0-20260202221310-b94beca5cb72

0 commit comments

Comments
 (0)