mirror of
https://github.com/XTLS/REALITY.git
synced 2025-08-22 14:38:35 +00:00
10 lines
147 B
Modula-2
10 lines
147 B
Modula-2
module github.com/xtls/reality
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/pires/go-proxyproto v0.7.0
|
|
golang.org/x/crypto v0.15.0
|
|
golang.org/x/sys v0.14.0
|
|
)
|