|
@@ -23,7 +23,7 @@ require (
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tidwall/gjson v1.17.1
|
|
github.com/tidwall/gjson v1.17.1
|
|
- github.com/xtaci/kcp-go/v5 v5.6.8
|
|
|
|
|
|
+ github.com/xtaci/kcp-go/v5 v5.6.13
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/oauth2 v0.16.0
|
|
golang.org/x/oauth2 v0.16.0
|
|
@@ -60,7 +60,7 @@ require (
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
github.com/templexxx/cpu v0.1.1 // indirect
|
|
github.com/templexxx/cpu v0.1.1 // indirect
|
|
- github.com/templexxx/xorsimd v0.4.2 // indirect
|
|
|
|
|
|
+ github.com/templexxx/xorsimd v0.4.3 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
@@ -81,6 +81,3 @@ require (
|
|
|
|
|
|
// TODO(fatedier): Temporary use the modified version, update to the official version after merging into the official repository.
|
|
// TODO(fatedier): Temporary use the modified version, update to the official version after merging into the official repository.
|
|
replace github.com/hashicorp/yamux => github.com/fatedier/yamux v0.0.0-20230628132301-7aca4898904d
|
|
replace github.com/hashicorp/yamux => github.com/fatedier/yamux v0.0.0-20230628132301-7aca4898904d
|
|
-
|
|
|
|
-// TODO(faiteder): https://github.com/fatedier/frp/pull/4367, until github.com/xtaci/kcp-go/v5 imports the new version.
|
|
|
|
-replace github.com/templexxx/xorsimd => github.com/templexxx/xorsimd v0.4.3
|
|
|