mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
20 lines
626 B
AMPL
20 lines
626 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/reedsolomon v1.10.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/urfave/cli v1.21.0
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
github.com/xtaci/smux v1.5.16
|
|
github.com/xtaci/tcpraw v1.2.25
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
|
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
|
|
)
|
|
|
|
go 1.14
|