Refactor: relocate simple-obfs pkg

This commit is contained in:
xjasonlyu
2023-05-20 15:10:06 +08:00
parent 9838f57e0d
commit cd6b118e63
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -8,10 +8,10 @@ import (
"github.com/Dreamacro/go-shadowsocks2/core"
obfs "github.com/xjasonlyu/tun2socks/v2/component/simple-obfs"
"github.com/xjasonlyu/tun2socks/v2/dialer"
M "github.com/xjasonlyu/tun2socks/v2/metadata"
"github.com/xjasonlyu/tun2socks/v2/proxy/proto"
obfs "github.com/xjasonlyu/tun2socks/v2/transport/simple-obfs"
"github.com/xjasonlyu/tun2socks/v2/transport/socks5"
)