Skip to content
Open
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-co-op/gocron v1.37.0
github.com/prometheus/client_golang v1.22.0
github.com/prometheus/common v0.64.0
github.com/xtls/libxray v0.0.0-20251227071437-55f9ac38eb66
github.com/xtls/libxray v1.0.2
github.com/xtls/xray-core v1.251208.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW
github.com/vishvananda/netlink v1.3.1/go.mod h1:ARtKouGSTGchR8aMwmkzC0qiNPrrWO5JS/XMVl45+b4=
github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=
github.com/vishvananda/netns v0.0.5/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
github.com/xtls/libxray v0.0.0-20251227071437-55f9ac38eb66 h1:RFBhs+OeSsOSyIjTbPjHx3eUED9qpe7YCIH88WneHpU=
github.com/xtls/libxray v0.0.0-20251227071437-55f9ac38eb66/go.mod h1:qt2ngcphLJIrWojlLhvZIjgRuU+am7zt2t4kilm5e3I=
github.com/xtls/libxray v1.0.2 h1:kjM+5SZg+iWyCrFjAPNEH5LfapRwmD9DenIG1+FYdA8=
github.com/xtls/libxray v1.0.2/go.mod h1:L6IwfGpe1KFYpEe/bbMkWIGPnbaz03SRQaj5ElzuCXQ=
github.com/xtls/reality v0.0.0-20251014195629-e4eec4520535 h1:nwobseOLLRtdbP6z7Z2aVI97u8ZptTgD1ofovhAKmeU=
github.com/xtls/reality v0.0.0-20251014195629-e4eec4520535/go.mod h1:vbHCV/3VWUvy1oKvTxxWJRPEWSeR1sYgQHIh6u/JiZQ=
github.com/xtls/xray-core v1.251208.0 h1:9jIXi+9KXnfmT5esSYNf9VAQlQkaAP8bG413B0eyAes=
Expand Down