Refactor: move to transport

This commit is contained in:
xjasonlyu
2021-07-19 14:08:46 +08:00
parent ccc35c3c1b
commit bf59ddf897
10 changed files with 4 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ import (
"github.com/xjasonlyu/tun2socks/component/dialer"
obfs "github.com/xjasonlyu/tun2socks/component/simple-obfs"
"github.com/xjasonlyu/tun2socks/component/socks5"
M "github.com/xjasonlyu/tun2socks/constant"
"github.com/xjasonlyu/tun2socks/proxy/proto"
"github.com/xjasonlyu/tun2socks/transport/socks5"
"github.com/Dreamacro/go-shadowsocks2/core"
)