mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
23 lines
927 B
AMPL
23 lines
927 B
AMPL
module github.com/xtaci/kcptun
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.4.1 // indirect
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/google/gopacket v1.1.17 // indirect
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.2 // 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.4.2+incompatible
|
|
github.com/xtaci/smux v1.3.4
|
|
github.com/xtaci/tcpraw v1.2.10
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
|
|
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
golang.org/x/tools v0.0.0-20190610231749-f8d1dee965f7 // indirect
|
|
)
|