21 lines
770 B
Modula-2
21 lines
770 B
Modula-2
module github.com/xtaci/kcp-go/v5
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.9
|
|
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/templexxx/cpu v0.0.8 // indirect
|
|
github.com/templexxx/xorsimd v0.4.1
|
|
github.com/tjfoc/gmsm v1.3.2
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/sys v0.0.0-20200808120158-1030fc2bf1d9 // indirect
|
|
golang.org/x/tools v0.0.0-20200808161706-5bf02b21f123 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|
|
|
|
go 1.13
|