update package

This commit is contained in:
Jason
2019-08-15 16:10:37 +08:00
parent 0f447fcf93
commit 45baff304b
6 changed files with 16 additions and 15 deletions

View File

@@ -7,10 +7,10 @@ import (
"sync"
"time"
"github.com/xjasonlyu/tun2socks/common/dns"
"github.com/xjasonlyu/tun2socks/common/lsof"
"github.com/xjasonlyu/tun2socks/common/pool"
"github.com/xjasonlyu/tun2socks/common/stats"
"github.com/xjasonlyu/tun2socks/component/dns"
"github.com/xjasonlyu/tun2socks/component/stats"
"github.com/xjasonlyu/tun2socks/core"
"github.com/xjasonlyu/tun2socks/log"
)