mirror of
https://github.com/XTLS/REALITY.git
synced 2026-09-22 23:08:01 +03:00
https://github.com/XTLS/REALITY/pull/30#issuecomment-5579024460 https://github.com/XTLS/REALITY/pull/30#issuecomment-5594872257 https://github.com/XTLS/REALITY/pull/38#discussion_r4058349112
19 lines
444 B
AMPL
19 lines
444 B
AMPL
module github.com/xtls/reality
|
|
|
|
go 1.27
|
|
|
|
require (
|
|
github.com/cloudflare/circl v1.6.5
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/pires/go-proxyproto v0.15.0
|
|
github.com/refraction-networking/utls v1.8.2
|
|
golang.org/x/crypto v0.57.0
|
|
golang.org/x/sys v0.48.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.3 // indirect
|
|
github.com/klauspost/compress v1.20.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|