forked from SagerNet/LibSagerNetCore
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
80 lines (76 loc) · 4.13 KB
/
Copy pathgo.mod
File metadata and controls
80 lines (76 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module github.com/exclavenetwork/libexclavecore
go 1.26.0
require (
filippo.io/age v1.3.2
github.com/exclavenetwork/exclave-core/v5 v5.50.1-0.20260909090022-06157bdacd40
github.com/exclavenetwork/go-stun v0.1.7-0.20260811120819-d09f4628f065
github.com/golang/protobuf v1.5.4
github.com/quic-go/quic-go v0.62.0
golang.org/x/mobile v0.0.0-20260908204917-8b95e45f8d3e
golang.org/x/sys v0.48.0
gvisor.dev/gvisor v0.0.0-20250503011706-39ed1f5ac29c
)
require (
filippo.io/hpke v0.4.0 // indirect
filippo.io/mldsa v0.0.0-20260711112038-ff3f469cee29 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/andybalholm/brotli v1.2.3 // indirect
github.com/anytls/sing-anytls v0.0.13 // indirect
github.com/apernet/quic-go v0.61.1-0.20260806010916-184d081eef3e // indirect
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d // indirect
github.com/dgryski/go-metro v0.0.0-20250106013310-edb8663e5e33 // indirect
github.com/enfein/mieru/v3 v3.36.1 // indirect
github.com/exclavenetwork/hysteria/core/v2 v2.12.2-1 // indirect
github.com/exclavenetwork/hysteria/extras/v2 v2.12.2-1 // indirect
github.com/exclavenetwork/sing-juicity v0.3.0 // indirect
github.com/exclavenetwork/sing-shadowquic v0.0.0-20260904152941-03a261e772e4 // indirect
github.com/gofrs/uuid/v5 v5.5.1 // indirect
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/klauspost/compress v1.20.0 // indirect
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
github.com/lunixbochs/struc v0.0.0-20241101090106-8d528fa2c543 // indirect
github.com/metacubex/cpu v0.1.1 // indirect
github.com/metacubex/hkdf v0.1.0 // indirect
github.com/metacubex/hpke v0.1.0 // indirect
github.com/metacubex/jls-quic-go v0.0.0-20260727080412-732f2fc9a34d // indirect
github.com/metacubex/jls-tls v0.0.0-20260723084315-67adc0e2f796 // indirect
github.com/metacubex/mlkem v0.1.0 // indirect
github.com/metacubex/randv2 v0.2.1-0.20260726125100-81aa96a9b1a5 // indirect
github.com/metacubex/utls v1.8.7 // indirect
github.com/miekg/dns v1.1.73 // indirect
github.com/pires/go-proxyproto v0.15.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/refraction-networking/utls v1.8.3-0.20260802151714-23b1dac19c06 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
github.com/sagernet/quic-go v0.61.0-sing-box-mod.7 // indirect
github.com/sagernet/sing v0.9.3 // indirect
github.com/sagernet/sing-mux v0.3.6 // indirect
github.com/sagernet/sing-quic v0.7.0 // indirect
github.com/sagernet/sing-shadowsocks v0.2.8 // indirect
github.com/sagernet/sing-shadowsocks2 v0.2.1 // indirect
github.com/sagernet/sing-snell v0.0.0-20260904135315-bc5a12ac736f // indirect
github.com/sagernet/smux v1.5.50-sing-box-mod.1 // indirect
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 // indirect
github.com/v2fly/BrowserBridge v0.0.0-20210430233438-0570fc1d7d08 // indirect
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
github.com/v2fly/struc v0.0.0-20241227015403-8e8fa1badfd6 // indirect
github.com/xtaci/smux v1.5.57 // indirect
go4.org/netipx v0.0.0-20260823151212-3075585bcbeb // indirect
golang.org/x/crypto v0.57.0 // indirect
golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect
golang.org/x/net v0.59.0 // indirect
golang.org/x/text v0.42.0 // indirect
golang.org/x/time v0.16.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20260522210424-ecfc5a8d5446 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260908043556-f8649ddbbfe6 // indirect
google.golang.org/grpc v1.83.2 // indirect
google.golang.org/protobuf v1.36.12 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)
// workaround https://github.com/google/gvisor/commit/868dfbce4fd59f03145e2bc5ac0b585917c371fa
replace gvisor.dev/gvisor => gvisor.dev/gvisor v0.0.0-20250429202743-3a608a52255d