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

@ -211,7 +211,7 @@ func resolve(ctx context.Context, d netproxy.Dialer, dns netip.AddrPort, host st
}
// Dial and write.
cd := &netproxy.ContextDialer{Dialer: d}
cd := &netproxy.ContextDialerConverter{Dialer: d}
c, err := cd.DialContext(ctx, network, dns.String())
if err != nil {
return nil, err