mirror of
https://github.com/xtaci/kcp-go.git
synced 2024-04-21 12:32:15 +00:00
commit 2553f5d81a269170f04fb518ba7a4bfd62bb0944 Author: xtaci <daniel820313@gmail.com> Date: Fri Jan 3 19:49:16 2020 +0800 update xorsimd commit 0060649b4e5694d2e89c3572f4154d6307a40a27 Author: xtaci <daniel820313@gmail.com> Date: Fri Jan 3 19:43:28 2020 +0800 upgrade xorsimd
19 lines
674 B
AMPL
19 lines
674 B
AMPL
module github.com/xtaci/kcp-go/v5
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.2.2 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.3
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/templexxx/xorsimd v0.4.1
|
|
github.com/tjfoc/gmsm v1.0.1
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect
|
|
)
|
|
|
|
go 1.13
|