upgrade quic-go and change import path (#3286)

This commit is contained in:
fatedier
2023-02-02 20:20:17 +08:00
committed by GitHub
parent 5e17bc7bf1
commit 6b3daffaf0
5 changed files with 24 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ import (
"sync/atomic"
"time"
quic "github.com/lucas-clemente/quic-go"
quic "github.com/quic-go/quic-go"
"github.com/fatedier/frp/pkg/util/xlog"
)