Fix: missing import
This commit is contained in:
parent
0d18fcef82
commit
9bd57b99cc
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"errors"
|
||||
"io"
|
||||
"net"
|
||||
"net/netip"
|
||||
"strconv"
|
||||
|
||||
"github.com/Dreamacro/clash/component/auth"
|
||||
|
|
Loading…
Reference in a new issue