[GH-ISSUE #4852] Requesting quic-go dependent version updates #3828

Closed
opened 2026-05-05 14:26:54 -06:00 by gitea-mirror · 1 comment
Owner

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.

../../../go/pkg/mod/github.com/fatedier/frp@v0.63.0/pkg/util/net/conn.go:201:9: undefined: quic.Connection
../../../go/pkg/mod/github.com/fatedier/frp@v0.63.0/pkg/util/net/conn.go:204:48: undefined: quic.Connection

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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. ``` ../../../go/pkg/mod/github.com/fatedier/frp@v0.63.0/pkg/util/net/conn.go:201:9: undefined: quic.Connection ../../../go/pkg/mod/github.com/fatedier/frp@v0.63.0/pkg/util/net/conn.go:204:48: undefined: quic.Connection ``` 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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:26:54 -06:00
  • closed this issue
  • added the
    todo
    label
Author
Owner

@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.

<!-- gh-comment-id:3003961651 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3828
No description provided.