mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-16 16:17:38 +03:00
a696949f6c
* Dropping support for 1.15. * Replaces Go 1.16 Deprecated functions * Update test build flag * Fix import sort and comment * Update github.com/klauspost/compress to v1.15.9 https://github.com/klauspost/compress improved performance and changed Minimum version is 1.16, this should be the final supported release for Go 1.16 (https://github.com/klauspost/compress/commit/6d0019a95afa3221f7522d1f2eed0033b5e79470) .
14 lines
375 B
Modula-2
14 lines
375 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4
|
|
github.com/klauspost/compress v1.15.9
|
|
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-20220225172249-27dd8689420f
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
)
|