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.0 // 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.1.2+incompatible
|
|
github.com/xtaci/smux v1.1.1
|
|
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576
|
|
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect
|
|
golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54 // indirect
|
|
)
|