mirror of
https://github.com/XTLS/REALITY.git
synced 2026-09-22 23:08:01 +03:00
10 lines
147 B
AMPL
10 lines
147 B
AMPL
module github.com/xtls/reality
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/pires/go-proxyproto v0.7.0
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/sys v0.24.0
|
|
)
|