mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
25 lines
941 B
AMPL
25 lines
941 B
AMPL
module github.com/xtaci/kcptun
|
|
|
|
require (
|
|
github.com/coreos/go-iptables v0.4.2 // 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.21.0
|
|
github.com/xtaci/kcp-go v5.4.15+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae // indirect
|
|
github.com/xtaci/smux v1.4.4
|
|
github.com/xtaci/smux/v2 v2.0.11
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/sys v0.0.0-20190910064555-bbd175535a8b // indirect
|
|
)
|
|
|
|
go 1.13
|