Skip to content

Commit 7dc2d13

Browse files
Update Dependencies
1 parent 98d8b05 commit 7dc2d13

File tree

5 files changed

+45
-41
lines changed

5 files changed

+45
-41
lines changed

core/src/foss/golang/clash

Submodule clash updated 85 files

core/src/foss/golang/go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.20
55
require cfa v0.0.0
66

77
require (
8-
filippo.io/edwards25519 v1.1.0 // indirect
98
github.com/RyuaNerin/go-krypto v1.3.0 // indirect
109
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
1110
github.com/ajg/form v1.5.1 // indirect
@@ -14,7 +13,7 @@ require (
1413
github.com/coreos/go-iptables v0.8.0 // indirect
1514
github.com/dlclark/regexp2 v1.11.5 // indirect
1615
github.com/dunglas/httpsfv v1.0.2 // indirect
17-
github.com/enfein/mieru/v3 v3.26.2 // indirect
16+
github.com/enfein/mieru/v3 v3.29.0 // indirect
1817
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358 // indirect
1918
github.com/ericlagergren/polyval v0.0.0-20220411101811-e25bc10ba391 // indirect
2019
github.com/ericlagergren/siv v0.0.0-20220507050439-0b757b3aa5f1 // indirect
@@ -45,7 +44,8 @@ require (
4544
github.com/metacubex/chacha v0.1.5 // indirect
4645
github.com/metacubex/chi v0.1.0 // indirect
4746
github.com/metacubex/connect-ip-go v0.0.0-20260128031117-1cad62060727 // indirect
48-
github.com/metacubex/cpu v0.1.0 // indirect
47+
github.com/metacubex/cpu v0.1.1 // indirect
48+
github.com/metacubex/edwards25519 v1.2.0 // indirect
4949
github.com/metacubex/fswatch v0.1.1 // indirect
5050
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 // indirect
5151
github.com/metacubex/gvisor v0.0.0-20251227095601-261ec1326fe8 // indirect
@@ -57,7 +57,7 @@ require (
5757
github.com/metacubex/mlkem v0.1.0 // indirect
5858
github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793 // indirect
5959
github.com/metacubex/qpack v0.6.0 // indirect
60-
github.com/metacubex/quic-go v0.59.1-0.20260128071132-0f3233b973af // indirect
60+
github.com/metacubex/quic-go v0.59.1-0.20260213014310-4df8f0de5b56 // indirect
6161
github.com/metacubex/randv2 v0.2.0 // indirect
6262
github.com/metacubex/restls-client-go v0.1.7 // indirect
6363
github.com/metacubex/sing v0.5.7 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/metacubex/sing-shadowsocks v0.2.12 // indirect
6767
github.com/metacubex/sing-shadowsocks2 v0.2.7 // indirect
6868
github.com/metacubex/sing-shadowtls v0.0.0-20250503063515-5d9f966d17a2 // indirect
69-
github.com/metacubex/sing-tun v0.4.15 // indirect
69+
github.com/metacubex/sing-tun v0.4.16 // indirect
7070
github.com/metacubex/sing-vmess v0.2.5 // indirect
7171
github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f // indirect
7272
github.com/metacubex/smux v0.0.0-20260105030934-d0c8756d3141 // indirect
@@ -82,7 +82,7 @@ require (
8282
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
8383
github.com/pierrec/lz4/v4 v4.1.14 // indirect
8484
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a // indirect
85-
github.com/samber/lo v1.52.0 // indirect
85+
github.com/samber/lo v1.53.0 // indirect
8686
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
8787
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
8888
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e // indirect
@@ -111,3 +111,5 @@ require (
111111
replace cfa => ../../main/golang
112112

113113
replace github.com/metacubex/mihomo => ./clash
114+
115+
replace google.golang.org/protobuf => github.com/metacubex/protobuf-go v0.0.0-20260306035419-7ceee0674686

core/src/foss/golang/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2-
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
31
github.com/RyuaNerin/go-krypto v1.3.0 h1:smavTzSMAx8iuVlGb4pEwl9MD2qicqMzuXR2QWp2/Pg=
42
github.com/RyuaNerin/go-krypto v1.3.0/go.mod h1:9R9TU936laAIqAmjcHo/LsaXYOZlymudOAxjaBf62UM=
53
github.com/RyuaNerin/testingutil v0.1.0 h1:IYT6JL57RV3U2ml3dLHZsVtPOP6yNK7WUVdzzlpNrss=
@@ -20,8 +18,8 @@ github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZ
2018
github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
2119
github.com/dunglas/httpsfv v1.0.2 h1:iERDp/YAfnojSDJ7PW3dj1AReJz4MrwbECSSE59JWL0=
2220
github.com/dunglas/httpsfv v1.0.2/go.mod h1:zID2mqw9mFsnt7YC3vYQ9/cjq30q41W+1AnDwH8TiMg=
23-
github.com/enfein/mieru/v3 v3.26.2 h1:U/2XJc+3vrJD9r815FoFdwToQFEcqSOzzzWIPPhjfEU=
24-
github.com/enfein/mieru/v3 v3.26.2/go.mod h1:zJBUCsi5rxyvHM8fjFf+GLaEl4OEjjBXr1s5F6Qd3hM=
21+
github.com/enfein/mieru/v3 v3.29.0 h1:i5Hwl5spEWg4ydvYW86zWSYVJ2uGTf5sLYQmFXHdulQ=
22+
github.com/enfein/mieru/v3 v3.29.0/go.mod h1:zJBUCsi5rxyvHM8fjFf+GLaEl4OEjjBXr1s5F6Qd3hM=
2523
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358 h1:kXYqH/sL8dS/FdoFjr12ePjnLPorPo2FsnrHNuXSDyo=
2624
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358/go.mod h1:hkIFzoiIPZYxdFOOLyDho59b7SrDfo+w3h+yWdlg45I=
2725
github.com/ericlagergren/polyval v0.0.0-20220411101811-e25bc10ba391 h1:8j2RH289RJplhA6WfdaPqzg1MjH2K8wX5e0uhAxrw2g=
@@ -86,8 +84,10 @@ github.com/metacubex/chi v0.1.0 h1:rjNDyDj50nRpicG43CNkIw4ssiCbmDL8d7wJXKlUCsg=
8684
github.com/metacubex/chi v0.1.0/go.mod h1:zM5u5oMQt8b2DjvDHvzadKrP6B2ztmasL1YHRMbVV+g=
8785
github.com/metacubex/connect-ip-go v0.0.0-20260128031117-1cad62060727 h1:qbZQ0sO0bDBKPvTd/qNQK6513300WJ5GRsHnw3PO4Ho=
8886
github.com/metacubex/connect-ip-go v0.0.0-20260128031117-1cad62060727/go.mod h1:xYC8Ik7/rN6no+vTRuWMEziGwm3brA0wNM/zZP9qhOQ=
89-
github.com/metacubex/cpu v0.1.0 h1:8PeTdV9j6UKbN1K5Jvtbi/Jock7dknvzyYuLb8Conmk=
90-
github.com/metacubex/cpu v0.1.0/go.mod h1:09VEt4dSRLR+bOA8l4w4NDuzGZ8n5dkMv7e8axgEeTU=
87+
github.com/metacubex/cpu v0.1.1 h1:rRV5HGmeuGzjiKI3hYbL0dCd0qGwM7VUtk4ICXD06mI=
88+
github.com/metacubex/cpu v0.1.1/go.mod h1:09VEt4dSRLR+bOA8l4w4NDuzGZ8n5dkMv7e8axgEeTU=
89+
github.com/metacubex/edwards25519 v1.2.0 h1:pIQZLBsjQgg3Nl/c86YYFEUAbL5qQRnPq4LrgIw0KK4=
90+
github.com/metacubex/edwards25519 v1.2.0/go.mod h1:NCQF3J/Ki7382FJuokwsywEIIEI/gro/3smyXgQJsx0=
9191
github.com/metacubex/fswatch v0.1.1 h1:jqU7C/v+g0qc2RUFgmAOPoVvfl2BXXUXEumn6oQuxhU=
9292
github.com/metacubex/fswatch v0.1.1/go.mod h1:czrTT7Zlbz7vWft8RQu9Qqh+JoX+Nnb+UabuyN1YsgI=
9393
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 h1:cjd4biTvOzK9ubNCCkQ+ldc4YSH/rILn53l/xGBFHHI=
@@ -106,10 +106,12 @@ github.com/metacubex/mlkem v0.1.0 h1:wFClitonSFcmipzzQvax75beLQU+D7JuC+VK1RzSL8I
106106
github.com/metacubex/mlkem v0.1.0/go.mod h1:amhaXZVeYNShuy9BILcR7P0gbeo/QLZsnqCdL8U2PDQ=
107107
github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793 h1:1Qpuy+sU3DmyX9HwI+CrBT/oLNJngvBorR2RbajJcqo=
108108
github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793/go.mod h1:RjRNb4G52yAgfR+Oe/kp9G4PJJ97Fnj89eY1BFO3YyA=
109+
github.com/metacubex/protobuf-go v0.0.0-20260306035419-7ceee0674686 h1:PIXmYT2anQt9V8vdmwixtbIJxOpoPXJfIACHPjXEgnE=
110+
github.com/metacubex/protobuf-go v0.0.0-20260306035419-7ceee0674686/go.mod h1:eQV7juxFZIdRgjMxtVqP+6BssKoTZQ1RM0fc58BsCZY=
109111
github.com/metacubex/qpack v0.6.0 h1:YqClGIMOpiRYLjV1qOs483Od08MdPgRnHjt90FuaAKw=
110112
github.com/metacubex/qpack v0.6.0/go.mod h1:lKGSi7Xk94IMvHGOmxS9eIei3bvIqpOAImEBsaOwTkA=
111-
github.com/metacubex/quic-go v0.59.1-0.20260128071132-0f3233b973af h1:do5o1rzn64NEN5oGswo7VruDkbz2055fhVT3rXehA8E=
112-
github.com/metacubex/quic-go v0.59.1-0.20260128071132-0f3233b973af/go.mod h1:oNzMrmylS897M3zSMuapIdwSwfq6F2qW01Z3NhVRJhk=
113+
github.com/metacubex/quic-go v0.59.1-0.20260213014310-4df8f0de5b56 h1:7yfF31COW2hiCovb5+3uSxRl3UKWOXjpS0j4N5U0qZ8=
114+
github.com/metacubex/quic-go v0.59.1-0.20260213014310-4df8f0de5b56/go.mod h1:oNzMrmylS897M3zSMuapIdwSwfq6F2qW01Z3NhVRJhk=
113115
github.com/metacubex/randv2 v0.2.0 h1:uP38uBvV2SxYfLj53kuvAjbND4RUDfFJjwr4UigMiLs=
114116
github.com/metacubex/randv2 v0.2.0/go.mod h1:kFi2SzrQ5WuneuoLLCMkABtiBu6VRrMrWFqSPyj2cxY=
115117
github.com/metacubex/restls-client-go v0.1.7 h1:eCwiXCTQb5WJu9IlgYvDBA1OgrINv58dEe7hcN5H15k=
@@ -126,8 +128,8 @@ github.com/metacubex/sing-shadowsocks2 v0.2.7 h1:hSuuc0YpsfiqYqt1o+fP4m34BQz4e6w
126128
github.com/metacubex/sing-shadowsocks2 v0.2.7/go.mod h1:vOEbfKC60txi0ca+yUlqEwOGc3Obl6cnSgx9Gf45KjE=
127129
github.com/metacubex/sing-shadowtls v0.0.0-20250503063515-5d9f966d17a2 h1:gXU+MYPm7Wme3/OAY2FFzVq9d9GxPHOqu5AQfg/ddhI=
128130
github.com/metacubex/sing-shadowtls v0.0.0-20250503063515-5d9f966d17a2/go.mod h1:mbfboaXauKJNIHJYxQRa+NJs4JU9NZfkA+I33dS2+9E=
129-
github.com/metacubex/sing-tun v0.4.15 h1:0uOO8kCpodgs4Op8L7sn+C4J6a/lQagmeRTrzHxn+mo=
130-
github.com/metacubex/sing-tun v0.4.15/go.mod h1:L/TjQY5JEGy8nvsuYmy/XgMFMCPiF0+AWSFCYfS6r9w=
131+
github.com/metacubex/sing-tun v0.4.16 h1:LosAe4A6TOPVcD7T1ReV9D2r5501woIXXZiim3D0RRg=
132+
github.com/metacubex/sing-tun v0.4.16/go.mod h1:L/TjQY5JEGy8nvsuYmy/XgMFMCPiF0+AWSFCYfS6r9w=
131133
github.com/metacubex/sing-vmess v0.2.5 h1:m9Zt5I27lB9fmLMZfism9sH2LcnAfShZfwSkf6/KJoE=
132134
github.com/metacubex/sing-vmess v0.2.5/go.mod h1:AwtlzUgf8COe9tRYAKqWZ+leDH7p5U98a0ZUpYehl8Q=
133135
github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f h1:Sr/DYKYofKHKc4GF3qkRGNuj6XA6c0eqPgEDN+VAsYU=
@@ -164,8 +166,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
164166
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
165167
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a h1:ObwtHN2VpqE0ZNjr6sGeT00J8uU7JF4cNUdb44/Duis=
166168
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a/go.mod h1:xLnfdiJbSp8rNqYEdIW/6eDO4mVoogml14Bh2hSiFpM=
167-
github.com/samber/lo v1.52.0 h1:Rvi+3BFHES3A8meP33VPAxiBZX/Aws5RxrschYGjomw=
168-
github.com/samber/lo v1.52.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
169+
github.com/samber/lo v1.53.0 h1:t975lj2py4kJPQ6haz1QMgtId2gtmfktACxIXArw3HM=
170+
github.com/samber/lo v1.53.0/go.mod h1:4+MXEGsJzbKGaUEQFKBq2xtfuznW9oz/WrgyzMzRoM0=
169171
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b h1:rXHg9GrUEtWZhEkrykicdND3VPjlVbYiLdX9J7gimS8=
170172
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b/go.mod h1:X7qrxNQViEaAN9LNZOPl9PfvQtp3V3c7LTo0dvGi0fM=
171173
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c h1:DjKMC30y6yjG3IxDaeAj3PCoRr+IsO+bzyT+Se2m2Hk=
@@ -238,8 +240,6 @@ golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapK
238240
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
239241
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
240242
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
241-
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
242-
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
243243
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
244244
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
245245
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

core/src/main/golang/go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ require (
1111
replace github.com/metacubex/mihomo => ../../foss/golang/clash
1212

1313
require (
14-
filippo.io/edwards25519 v1.1.0 // indirect
1514
github.com/RyuaNerin/go-krypto v1.3.0 // indirect
1615
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
1716
github.com/ajg/form v1.5.1 // indirect
1817
github.com/andybalholm/brotli v1.0.6 // indirect
1918
github.com/bahlo/generic-list-go v0.2.0 // indirect
2019
github.com/coreos/go-iptables v0.8.0 // indirect
2120
github.com/dunglas/httpsfv v1.0.2 // indirect
22-
github.com/enfein/mieru/v3 v3.26.2 // indirect
21+
github.com/enfein/mieru/v3 v3.29.0 // indirect
2322
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358 // indirect
2423
github.com/ericlagergren/polyval v0.0.0-20220411101811-e25bc10ba391 // indirect
2524
github.com/ericlagergren/siv v0.0.0-20220507050439-0b757b3aa5f1 // indirect
@@ -50,7 +49,8 @@ require (
5049
github.com/metacubex/chacha v0.1.5 // indirect
5150
github.com/metacubex/chi v0.1.0 // indirect
5251
github.com/metacubex/connect-ip-go v0.0.0-20260128031117-1cad62060727 // indirect
53-
github.com/metacubex/cpu v0.1.0 // indirect
52+
github.com/metacubex/cpu v0.1.1 // indirect
53+
github.com/metacubex/edwards25519 v1.2.0 // indirect
5454
github.com/metacubex/fswatch v0.1.1 // indirect
5555
github.com/metacubex/gopacket v1.1.20-0.20230608035415-7e2f98a3e759 // indirect
5656
github.com/metacubex/gvisor v0.0.0-20251227095601-261ec1326fe8 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/metacubex/mlkem v0.1.0 // indirect
6262
github.com/metacubex/nftables v0.0.0-20250503052935-30a69ab87793 // indirect
6363
github.com/metacubex/qpack v0.6.0 // indirect
64-
github.com/metacubex/quic-go v0.59.1-0.20260128071132-0f3233b973af // indirect
64+
github.com/metacubex/quic-go v0.59.1-0.20260213014310-4df8f0de5b56 // indirect
6565
github.com/metacubex/randv2 v0.2.0 // indirect
6666
github.com/metacubex/restls-client-go v0.1.7 // indirect
6767
github.com/metacubex/sing v0.5.7 // indirect
@@ -70,7 +70,7 @@ require (
7070
github.com/metacubex/sing-shadowsocks v0.2.12 // indirect
7171
github.com/metacubex/sing-shadowsocks2 v0.2.7 // indirect
7272
github.com/metacubex/sing-shadowtls v0.0.0-20250503063515-5d9f966d17a2 // indirect
73-
github.com/metacubex/sing-tun v0.4.15 // indirect
73+
github.com/metacubex/sing-tun v0.4.16 // indirect
7474
github.com/metacubex/sing-vmess v0.2.5 // indirect
7575
github.com/metacubex/sing-wireguard v0.0.0-20250503063753-2dc62acc626f // indirect
7676
github.com/metacubex/smux v0.0.0-20260105030934-d0c8756d3141 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
8787
github.com/pierrec/lz4/v4 v4.1.14 // indirect
8888
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a // indirect
89-
github.com/samber/lo v1.52.0 // indirect
89+
github.com/samber/lo v1.53.0 // indirect
9090
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
9191
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
9292
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e // indirect
@@ -110,3 +110,5 @@ require (
110110
google.golang.org/protobuf v1.34.2 // indirect
111111
gopkg.in/yaml.v3 v3.0.1 // indirect
112112
)
113+
114+
replace google.golang.org/protobuf => github.com/metacubex/protobuf-go v0.0.0-20260306035419-7ceee0674686

0 commit comments

Comments
 (0)