mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 01:53:16 +00:00
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.38.0 to 1.39.0. - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.38.0...v1.39.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module github.com/gofiber/fiber/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/valyala/fasthttp v1.39.0
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
)
|