mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
20 lines
797 B
AMPL
20 lines
797 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.8+incompatible
|
|
github.com/xtaci/smux v1.2.10
|
|
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
|
|
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
|
|
golang.org/x/sys v0.0.0-20190426135247-a129542de9ae // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190428024724-550556f78a90 // indirect
|
|
)
|