Files
fasthttp/go.mod
T
Erik Dubbelboer 69dc7b1280 Update the supported version to the same as Go itself (#1967)
Some of our dependences require the supported versions of Go.

For example github.com/golang/crypto now requires 1.23 or higher.
See: https://github.com/golang/crypto/commit/89ff08d67c4d79f9ac619aaf1f7388888798651fa

For more information on the new policy of the Go team see: https://github.com/golang/go/issues/69095

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 04:39:17 +01:00

15 lines
306 B
Modula-2

module github.com/valyala/fasthttp
go 1.23.0
require (
github.com/andybalholm/brotli v1.1.1
github.com/klauspost/compress v1.18.0
github.com/valyala/bytebufferpool v1.0.0
golang.org/x/crypto v0.35.0
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0
)
require golang.org/x/text v0.22.0 // indirect