0
0
mirror of https://github.com/XTLS/REALITY.git synced 2025-08-22 14:38:35 +00:00
XTLS_REALITY/go.mod
RPRX 870716f6af Sync upstream Go 1.20
Excluding `boring` or test files
2023-11-12 12:08:30 -05:00

10 lines
145 B
Modula-2

module github.com/xtls/reality
go 1.20
require (
github.com/pires/go-proxyproto v0.6.2
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
)