mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
4d25421ae5
The Go team doesn't support this version anymore. This is required to update our golang.org/x/... dependencies.
17 lines
326 B
Modula-2
17 lines
326 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0
|
|
github.com/klauspost/compress v1.18.0
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
golang.org/x/crypto v0.42.0
|
|
golang.org/x/net v0.44.0
|
|
golang.org/x/sys v0.36.0
|
|
)
|
|
|
|
require golang.org/x/text v0.29.0 // indirect
|