mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
* Update fasthttp version to resolve brotli warnings andybalholm/brotli retracted v1.0.1 release due to discovering Go panics. Unfortunately old version of fasthttp used v1.0.1 as a direct dependency and given fasthttp is a direct dependence of fiber this causes legitimate warnings when getting fiber module. This commit update fasthttp version to v1.25.0 which ships with updated brotli version. * Update fasthttp to v1.26.0
9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module github.com/gofiber/fiber/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/valyala/fasthttp v1.26.0
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
|
|
)
|