mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
c8d2e0e6d2
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
422 B
Modula-2
16 lines
422 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/klauspost/compress v1.15.15
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v1.0.0
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
|
|
)
|
|
|
|
require golang.org/x/text v0.3.8 // indirect
|