mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
16 lines
400 B
AMPL
16 lines
400 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/pkg/errors v0.8.1
|
|
github.com/urfave/cli v1.21.0
|
|
github.com/xtaci/kcp-go/v5 v5.5.6
|
|
github.com/xtaci/smux v1.5.12
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
|
)
|
|
|
|
go 1.13
|