mirror of
https://github.com/XTLS/REALITY.git
synced 2025-08-22 06:28:35 +00:00
19 lines
443 B
Modula-2
19 lines
443 B
Modula-2
module github.com/xtls/reality
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.6.1
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/pires/go-proxyproto v0.8.1
|
|
github.com/refraction-networking/utls v1.8.0
|
|
golang.org/x/crypto v0.40.0
|
|
golang.org/x/sys v0.34.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.6 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|