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 app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/XLESSGo/XLESS/core v0.0.0
github.com/XLESSGo/XLESS/extras v0.0.0
github.com/XLESSGo/protean v0.0.0
github.com/XLESSGo/uquic v0.0.0
github.com/XLESSGo/uquic v0.0.2
github.com/XLESSGo/water v0.0.0
github.com/apernet/go-tproxy v0.0.0-20230809025308-8f4723fd742f
github.com/caddyserver/certmagic v0.22.1
Expand Down
4 changes: 2 additions & 2 deletions app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/XLESSGo/protean v0.0.0 h1:stdbgMHRvECUiEwSIyKFzgFjkOrZ0Y2vW7ubHMYbF38=
github.com/XLESSGo/protean v0.0.0/go.mod h1:wFVyl/erSqPBW51L3yZ8QwD4i/KFUVhNK0+NiJouCps=
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/XLESSGo/water v0.0.0 h1:jlrfcSeSz1QKF+mPwVTQK+oRryScbhj1r6pXwPjx88Y=
github.com/XLESSGo/water v0.0.0/go.mod h1:NfEDBx7oqmyy5t7IvxpJs2ljpnVipqc0me5X9hPw8RY=
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
Expand Down
Loading