chore: Update dependencies

This commit is contained in:
wwqgtxx
2023-06-19 08:23:48 +08:00
parent b9110c164d
commit fe0f2d9ef9
6 changed files with 40 additions and 41 deletions

View File

@ -14,8 +14,8 @@ import (
"github.com/Dreamacro/clash/log"
"github.com/Dreamacro/clash/transport/socks5"
vmess "github.com/metacubex/sing-vmess"
mux "github.com/sagernet/sing-mux"
vmess "github.com/sagernet/sing-vmess"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"
"github.com/sagernet/sing/common/bufio/deadline"

View File

@ -11,7 +11,7 @@ import (
LC "github.com/Dreamacro/clash/listener/config"
"github.com/Dreamacro/clash/listener/sing"
vmess "github.com/sagernet/sing-vmess"
vmess "github.com/metacubex/sing-vmess"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/metadata"
)