Skip to content

Commit 03c8d7b

Browse files
bump kcp-go to add linux/loong64 support (#4384)
1 parent 2dcdb24 commit 03c8d7b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/spf13/pflag v1.0.5
2424
github.com/stretchr/testify v1.9.0
2525
github.com/tidwall/gjson v1.17.1
26-
github.com/xtaci/kcp-go/v5 v5.6.8
26+
github.com/xtaci/kcp-go/v5 v5.6.13
2727
golang.org/x/crypto v0.22.0
2828
golang.org/x/net v0.24.0
2929
golang.org/x/oauth2 v0.16.0
@@ -60,7 +60,7 @@ require (
6060
github.com/prometheus/common v0.48.0 // indirect
6161
github.com/prometheus/procfs v0.12.0 // indirect
6262
github.com/templexxx/cpu v0.1.1 // indirect
63-
github.com/templexxx/xorsimd v0.4.2 // indirect
63+
github.com/templexxx/xorsimd v0.4.3 // indirect
6464
github.com/tidwall/match v1.1.1 // indirect
6565
github.com/tidwall/pretty v1.2.0 // indirect
6666
github.com/tjfoc/gmsm v1.4.1 // indirect
@@ -81,6 +81,3 @@ require (
8181

8282
// TODO(fatedier): Temporary use the modified version, update to the official version after merging into the official repository.
8383
replace github.com/hashicorp/yamux => github.com/fatedier/yamux v0.0.0-20230628132301-7aca4898904d
84-
85-
// TODO(faiteder): https://github.com/fatedier/frp/pull/4367, until github.com/xtaci/kcp-go/v5 imports the new version.
86-
replace github.com/templexxx/xorsimd => github.com/templexxx/xorsimd v0.4.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
148148
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
149149
github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
150150
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
151-
github.com/xtaci/kcp-go/v5 v5.6.8 h1:jlI/0jAyjoOjT/SaGB58s4bQMJiNS41A2RKzR6TMWeI=
152-
github.com/xtaci/kcp-go/v5 v5.6.8/go.mod h1:oE9j2NVqAkuKO5o8ByKGch3vgVX3BNf8zqP8JiGq0bM=
151+
github.com/xtaci/kcp-go/v5 v5.6.13 h1:FEjtz9+D4p8t2x4WjciGt/jsIuhlWjjgPCCWjrVR4Hk=
152+
github.com/xtaci/kcp-go/v5 v5.6.13/go.mod h1:75S1AKYYzNUSXIv30h+jPKJYZUwqpfvLshu63nCNSOM=
153153
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 h1:EWU6Pktpas0n8lLQwDsRyZfmkPeRbdgPtW609es+/9E=
154154
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37/go.mod h1:HpMP7DB2CyokmAh4lp0EQnnWhmycP/TvwBGzvuie+H0=
155155
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=

0 commit comments

Comments
 (0)