mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 04:27:36 +03:00
By importing remote cpu package, we save efforts in syncing the cpu package with its upstream.
14 lines
307 B
Modula-2
14 lines
307 B
Modula-2
module github.com/refraction-networking/utls
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.5
|
|
github.com/gaukas/godicttls v0.0.3
|
|
github.com/klauspost/compress v1.16.6
|
|
golang.org/x/crypto v0.10.0
|
|
golang.org/x/net v0.11.0
|
|
golang.org/x/sys v0.9.0
|
|
)
|
|
|
|
require golang.org/x/text v0.10.0 // indirect
|