mirror of
https://github.com/xtaci/kcp-go.git
synced 2024-04-21 12:32:15 +00:00
This enables the removal of a `kcp-go v5.4.20+incompatible` from go.mod. (Automatically using `go mod tidy`.) Co-authored-by: David Fifield <david@bamsoftware.com>
16 lines
478 B
AMPL
16 lines
478 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/xorsimd v0.4.1
|
|
github.com/tjfoc/gmsm v1.0.1
|
|
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
|