frp/pkg
Devin AI 377efd0190 Update quic-go dependency from v0.48.2 to v0.53.0
- 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: fatedier <fatedier@gmail.com>
2025-07-01 10:03:41 +00:00
..
auth support multiple subjects in oidc ping (#4475) 2024-10-12 18:52:47 +08:00
config update golangci-lint version (#4817) 2025-06-25 11:40:23 +08:00
errors rename models to pkg (#2005) 2020-09-23 13:49:14 +08:00
featuregate virtual-net: initial (#4751) 2025-04-16 16:05:54 +08:00
metrics update golangci-lint version (#4817) 2025-06-25 11:40:23 +08:00
msg client, pkg, server, test: replaced 'interface{}' with 'any' (#4611) 2025-01-02 11:24:08 +08:00
nathole samber lo version up (#4569) 2024-12-02 11:56:52 +08:00
plugin vnet: fix issues (#4771) 2025-04-27 15:46:22 +08:00
proto/udp update test package (#4814) 2025-06-25 11:40:23 +08:00
sdk/client added a 30s timeout for frpc subcommands to avoid long delays (#4359) 2024-07-30 18:12:22 +08:00
ssh frps: release resources in service.Close() (#4667) 2025-02-12 12:22:57 +08:00
transport sshTunnelGateway refactor (#3784) 2023-11-22 14:35:37 +08:00
util Update quic-go dependency from v0.48.2 to v0.53.0 2025-07-01 10:03:41 +00:00
virtual optimize some code (#3801) 2023-11-27 15:47:49 +08:00
vnet vnet: fix issues (#4771) 2025-04-27 15:46:22 +08:00