mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-26 21:24:14 +00:00
go.mod
This commit is contained in:
parent
461526a265
commit
cd99599f69
2 changed files with 3 additions and 6 deletions
5
go.mod
5
go.mod
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/stretchr/testify v1.10.0
|
||||
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
|
||||
github.com/vishvananda/netlink v1.3.1
|
||||
github.com/xtls/reality v0.0.0-20250608122607-d4826882fcab
|
||||
github.com/xtls/reality v0.0.0-20250608131145-4fd34dd4eb04
|
||||
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
||||
golang.org/x/crypto v0.39.0
|
||||
golang.org/x/net v0.41.0
|
||||
|
@ -34,9 +34,6 @@ require (
|
|||
lukechampine.com/blake3 v1.4.1
|
||||
)
|
||||
|
||||
// [TODO] Temp: use forked reality until upstream merges #12
|
||||
replace github.com/xtls/reality => github.com/meo597/reality v0.0.0-20250608122607-d4826882fcab
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue