mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
25 lines
878 B
AMPL
25 lines
878 B
AMPL
module github.com/xtaci/serialpacket
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.9 // indirect
|
|
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/templexxx/cpu v0.0.7 // indirect
|
|
github.com/templexxx/xorsimd v0.4.1 // indirect
|
|
github.com/tjfoc/gmsm v1.3.2 // indirect
|
|
golang.org/x/mod v0.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
|
|
golang.org/x/tools v0.0.0-20200808161706-5bf02b21f123 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|