frp/pkg/util
fatedier 61330d4d79
Update quic-go dependency from v0.48.2 to v0.53.0 (#4862)
- Update go.mod to use github.com/quic-go/quic-go v0.53.0
- Replace quic.Connection interface with *quic.Conn struct
- Replace quic.Stream interface with *quic.Stream struct
- Update all affected files to use new API:
  - pkg/util/net/conn.go: Update QuicStreamToNetConn function and wrapQuicStream struct
  - server/service.go: Update HandleQUICListener function parameter
  - client/visitor/xtcp.go: Update QUICTunnelSession struct field
  - client/connector.go: Update defaultConnectorImpl struct field

Fixes #4852

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-07-01 18:56:46 +08:00
..
http fix static assets (#3816) 2023-11-30 10:59:08 +08:00
limit rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
log client, pkg, server, test: replaced 'interface{}' with 'any' (#4611) 2025-01-02 11:24:08 +08:00
metric update test package (#4814) 2025-06-25 11:40:23 +08:00
net Update quic-go dependency from v0.48.2 to v0.53.0 (#4862) 2025-07-01 18:56:46 +08:00
system android: only use google dns server when the default dns server cannot be obtained (#4236) 2024-05-23 16:09:58 +08:00
tcpmux optimize some code (#3801) 2023-11-27 15:47:49 +08:00
util update test package (#4814) 2025-06-25 11:40:23 +08:00
version feat: support YAML merge in strict configuration mode (#4809) 2025-06-25 11:40:23 +08:00
vhost update golangci-lint version (#4817) 2025-06-25 11:40:23 +08:00
wait use math/rand/v2 (#4020) 2024-03-20 15:48:31 +08:00
xlog client, pkg, server, test: replaced 'interface{}' with 'any' (#4611) 2025-01-02 11:24:08 +08:00