mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
replace github.com/templexxx/xorsimd to the new version (#4373)
This commit is contained in:
4
go.mod
4
go.mod
@@ -59,7 +59,6 @@ require (
|
||||
github.com/prometheus/client_model v0.5.0 // indirect
|
||||
github.com/prometheus/common v0.48.0 // indirect
|
||||
github.com/prometheus/procfs v0.12.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
||||
github.com/templexxx/cpu v0.1.1 // indirect
|
||||
github.com/templexxx/xorsimd v0.4.2 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
@@ -82,3 +81,6 @@ require (
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user