chore: upgrade quic-go to 0.37.4 to support go1.21 (#270)

Co-authored-by: kev <31861128+yqlbu@users.noreply.github.com>
This commit is contained in:
mzz
2023-08-09 23:00:38 +08:00
committed by GitHub
parent 1017624381
commit a32bd81637
14 changed files with 49 additions and 26 deletions

View File

@ -121,7 +121,7 @@ begin:
if err != nil {
return nil, false, err
}
cd := netproxy.ContextDialer{
cd := netproxy.ContextDialerConverter{
Dialer: dialOption.Dialer,
}
ctx, cancel := context.WithTimeout(context.TODO(), consts.DefaultDialTimeout)