mirror of
https://github.com/XTLS/REALITY.git
synced 2026-09-22 23:08:01 +03:00
11 lines
193 B
AMPL
11 lines
193 B
AMPL
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
|
|
)
|