mirror of
https://github.com/fatedier/frp.git
synced 2025-07-29 09:18:11 +00:00
- Update quic-go dependency to v0.53.0 to resolve compatibility issues - Replace quic.Connection interface with *quic.Conn struct - Replace quic.Stream interface with *quic.Stream struct - Update all affected files to use new API Fixes #4852 Co-Authored-By: fatedier <fatedier@gmail.com>