Files
kcp-go/go.mod
T
2022-06-27 20:09:52 +08:00

17 lines
513 B
AMPL

module github.com/xtaci/kcp-go/v5
require (
github.com/klauspost/reedsolomon v1.10.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/templexxx/cpu v0.0.9 // indirect
github.com/templexxx/xorsimd v0.4.1
github.com/tjfoc/gmsm v1.4.1
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
)
go 1.13