mirror of
https://github.com/xtaci/kcp-go.git
synced 2024-04-21 12:32:15 +00:00
24 lines
657 B
AMPL
24 lines
657 B
AMPL
module github.com/xtaci/kcp-go/v5
|
|
|
|
require (
|
|
github.com/klauspost/reedsolomon v1.11.8
|
|
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.12.0
|
|
golang.org/x/net v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/templexxx/cpu v0.1.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|
|
|
|
go 1.21
|