mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 09:18:55 +07:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user