0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00
This commit is contained in:
RPRX
2023-02-02 05:50:21 +00:00
committed by GitHub
parent bf35e9dcd6
commit f176ec54ee
10 changed files with 56 additions and 63 deletions

View File

@ -3,7 +3,7 @@ package quic
import (
"crypto/cipher"
"github.com/marten-seemann/qtls-go1-18"
"github.com/quic-go/qtls-go1-20"
)
type (

View File

@ -7,7 +7,7 @@ import (
"encoding/binary"
"io"
"github.com/lucas-clemente/quic-go/quicvarint"
"github.com/quic-go/quic-go/quicvarint"
"github.com/xtls/xray-core/common"
"github.com/xtls/xray-core/common/buf"
"github.com/xtls/xray-core/common/errors"