replace github.com/templexxx/xorsimd to the new version (#4373)

This commit is contained in:
fatedier
2024-08-07 11:18:17 +08:00
committed by GitHub
parent d47e138bc9
commit 2dcdb24cc4
2 changed files with 7 additions and 6 deletions

4
go.mod
View File

@@ -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