mirror of
https://github.com/xtaci/kcp-go.git
synced 2024-04-21 12:32:15 +00:00
commit8d14f070feAuthor: xtaci <daniel820313@gmail.com> Date: Thu Jan 4 22:50:33 2024 +0800 upd deps commitb451b38b36Author: xtaci <daniel820313@gmail.com> Date: Thu Jan 4 22:48:12 2024 +0800 fix test commit8ebaec8b6eAuthor: xtaci <daniel820313@gmail.com> Date: Thu Jan 4 22:45:10 2024 +0800 remove unused param commit0e5741b954Author: fuli <fuli@rockx.com> Date: Thu Jan 4 16:21:42 2024 +0800 use latest packet compare commit97999b9dc2Author: fuli <fuli@rockx.com> Date: Thu Jan 4 16:07:08 2024 +0800 face race in test commit446bead851Author: fuli <fuli@rockx.com> Date: Thu Jan 4 16:04:42 2024 +0800 upd commit570e9b006eAuthor: fuli <fuli@rockx.com> Date: Thu Jan 4 16:03:17 2024 +0800 revert some file commitc665db20a5Author: fuli <fuli@rockx.com> Date: Thu Jan 4 15:59:16 2024 +0800 Revert "Revert "1. simplify readloop_xxx files & tx_xxx files by merging"" This reverts commit717b79a156. commit717b79a156Author: fuli <fuli@rockx.com> Date: Thu Jan 4 15:58:30 2024 +0800 Revert "1. simplify readloop_xxx files & tx_xxx files by merging" This reverts commit681bda64d1. commit681bda64d1Author: fuli <fuli@rockx.com> Date: Thu Jan 4 15:54:29 2024 +0800 1. simplify readloop_xxx files & tx_xxx files by merging 2. fix the race in owned packet test commit7974357dd0Author: xtaci <daniel820313@gmail.com> Date: Thu Jan 4 00:04:06 2024 +0800 use unix.Milli commit375407b80cAuthor: xtaci <daniel820313@gmail.com> Date: Wed Jan 3 23:40:01 2024 +0800 add passive fec
24 lines
629 B
AMPL
24 lines
629 B
AMPL
module github.com/xtaci/kcp-go/v5
|
|
|
|
require (
|
|
github.com/klauspost/reedsolomon v1.12.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/templexxx/xorsimd v0.4.2
|
|
github.com/tjfoc/gmsm v1.4.1
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
|
|
golang.org/x/crypto v0.17.0
|
|
golang.org/x/net v0.19.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/templexxx/cpu v0.1.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
|
)
|
|
|
|
go 1.21
|