add kcp listener
This commit is contained in:
7
go.mod
7
go.mod
@ -4,10 +4,17 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
||||
github.com/coreos/go-iptables v0.5.0 // indirect
|
||||
github.com/go-gost/gosocks5 v0.3.0
|
||||
github.com/go-log/log v0.2.0
|
||||
github.com/golang/snappy v0.0.3
|
||||
github.com/google/gopacket v1.1.19 // indirect
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/shadowsocks/go-shadowsocks2 v0.1.4
|
||||
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/xtaci/kcp-go/v5 v5.6.1
|
||||
github.com/xtaci/smux v1.5.15
|
||||
github.com/xtaci/tcpraw v1.2.25
|
||||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
||||
)
|
||||
|
Reference in New Issue
Block a user