mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
20 lines
620 B
AMPL
20 lines
620 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.3 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tjfoc/gmsm v1.3.0 // indirect
|
|
github.com/urfave/cli v1.21.0
|
|
github.com/xtaci/kcp-go/v5 v5.5.11
|
|
github.com/xtaci/smux v1.5.14
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df
|
|
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
|
|
golang.org/x/sys v0.0.0-20200321134203-328b4cd54aae // indirect
|
|
)
|
|
|
|
go 1.14
|