1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 06:12:55 +00:00
fiber/go.mod
dependabot[bot] 648e662cc5
Bump github.com/valyala/fasthttp from 1.38.0 to 1.39.0 (#2017)
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>
2022-08-17 13:26:39 +02:00

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
)