utls/go.mod
Gaukas Wang c90765da0c
import: use remote cpu package (#195)
By importing remote cpu package, we save efforts in syncing the cpu package with its upstream.
2023-07-06 15:13:41 -06:00

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