mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
18 lines
691 B
AMPL
18 lines
691 B
AMPL
module github.com/xtaci/kcptun
|
|
|
|
require (
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
|
|
github.com/tjfoc/gmsm v1.0.1 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
github.com/xtaci/kcp-go v5.2.5+incompatible
|
|
github.com/xtaci/smux v1.2.9
|
|
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd
|
|
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
|
|
)
|