Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extras/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.24.5

require (
github.com/XLESSGo/XLESS/core v0.0.0-20250724143135-0a316cc69029
github.com/XLESSGo/uquic v0.0.0
github.com/XLESSGo/uquic v0.0.2
github.com/bluele/gcache v0.0.2
github.com/database64128/tfo-go/v2 v2.2.2
github.com/m13253/dns-over-https/v2 v2.3.10
Expand Down
4 changes: 2 additions & 2 deletions extras/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/XLESSGo/uquic v0.0.0 h1:Kd9HY23zHwCakSigfTSmiq2ivkwstxxzBpP+4jBMH+U=
github.com/XLESSGo/uquic v0.0.0/go.mod h1:WeCSaUe/qvvPHhofkcyl2bifZ5J1QNRuCAIp/WJq+c8=
github.com/XLESSGo/uquic v0.0.2 h1:CKFWXQIEno2cD6c9/dgLoQ16FReDLZkfn1MybZOMLlg=
github.com/XLESSGo/uquic v0.0.2/go.mod h1:WeCSaUe/qvvPHhofkcyl2bifZ5J1QNRuCAIp/WJq+c8=
github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/bluele/gcache v0.0.2 h1:WcbfdXICg7G/DGBh1PFfcirkWOQV+v077yF1pSy3DGw=
Expand Down
Loading