mirror of
https://github.com/refraction-networking/utls.git
synced 2025-03-31 10:37:36 +03:00
19 lines
382 B
Modula-2
19 lines
382 B
Modula-2
module github.com/refraction-networking/utls
|
|
|
|
go 1.24.0
|
|
|
|
retract (
|
|
v1.4.1 // #218
|
|
v1.4.0 // #218 panic on saveSessionTicket
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.6
|
|
github.com/cloudflare/circl v1.5.0
|
|
github.com/klauspost/compress v1.17.4
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/net v0.33.0
|
|
golang.org/x/sys v0.28.0
|
|
)
|
|
|
|
require golang.org/x/text v0.21.0 // indirect
|