mirror of
https://github.com/XTLS/REALITY.git
synced 2025-08-22 14:38:35 +00:00
12 lines
227 B
Modula-2
12 lines
227 B
Modula-2
module github.com/xtls/reality
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/pires/go-proxyproto v0.8.1
|
|
github.com/refraction-networking/utls v1.7.3
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/sys v0.33.0
|
|
)
|