mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
15 lines
286 B
Modula-2
15 lines
286 B
Modula-2
module github.com/refraction-networking/utls
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/klauspost/compress v1.15.15
|
|
golang.org/x/crypto v0.5.0
|
|
golang.org/x/net v0.5.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
)
|