mirror of
https://github.com/XTLS/REALITY.git
synced 2025-08-22 14:38:35 +00:00
11 lines
193 B
Modula-2
11 lines
193 B
Modula-2
module github.com/xtls/reality
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
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
|
|
)
|