mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
19 lines
562 B
AMPL
19 lines
562 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.9.1
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
|
github.com/urfave/cli v1.21.0
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
github.com/xtaci/serialpacket v0.1.1
|
|
github.com/xtaci/smux v1.5.16
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064
|
|
golang.org/x/sys v0.0.0-20220327210214-530d0810a4d0 // indirect
|
|
)
|
|
|
|
go 1.14
|