mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4852] Requesting quic-go dependent version updates #3828
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3828
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @newro on GitHub (Jun 25, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4852
Bug Description
I was building my project today and encountered an error.
The frp project is using a fixed version of quic-go 0.48.2, and the latest version of quic-go is 0.53.0,
quic.Connection is missing from that latest version.
Since other packages that use quic-go are supposed to follow 0.53.0,
frp project should also be modified to use 0.53.0 for the latest version.
frpc Version
github.com/fatedier/frp v0.63.0
frps Version
github.com/fatedier/frp v0.63.0
System Architecture
mac/arm64
Configurations
code
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Jun 25, 2025):
It looks like version v0.53.0 has just been released, so we should wait and see for a while.