Fix: build broken

This commit is contained in:
Dreamacro 2021-05-13 22:39:33 +08:00
parent f96ebab99f
commit 4e5898197a
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
"github.com/Dreamacro/clash/component/socks5" "github.com/Dreamacro/clash/transport/socks5"
) )
const ( const (

View File

@ -6,7 +6,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
"github.com/Dreamacro/clash/component/socks5" "github.com/Dreamacro/clash/transport/socks5"
) )
const ( const (

View File

@ -6,7 +6,7 @@ import (
"errors" "errors"
"net" "net"
"github.com/Dreamacro/clash/component/socks5" "github.com/Dreamacro/clash/transport/socks5"
) )
func parserPacket(conn net.Conn) (socks5.Addr, error) { func parserPacket(conn net.Conn) (socks5.Addr, error) {