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.4+incompatible
|
|
github.com/xtaci/smux v1.1.2
|
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
|
|
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
|
|
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
|
|
)
|