Files
fasthttp/go.mod
T
Erik Dubbelboer 4d25421ae5 Drop Go 1.23 support (#2065)
The Go team doesn't support this version anymore. This is required to
update our golang.org/x/... dependencies.
2025-09-10 22:16:01 +02:00

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