1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 23:43:39 +00:00
fiber/go.mod
RW c531e1dba2
Update fasthttp from v1.26 to v1.29 (#1503)
* 🚀 new possibility to escape special routing parameters, which gives the possibility to follow the google api design guide https://cloud.google.com/apis/design/custom_methods

* 🚀 new possibility to escape special routing parameters, which gives the possibility to follow the google api design guide https://cloud.google.com/apis/design/custom_methods

* Update fasthttp from 1.26 to 1.29
2021-08-22 10:38:03 +02:00

9 lines
147 B
Modula-2

module github.com/gofiber/fiber/v2
go 1.16
require (
github.com/valyala/fasthttp v1.29.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)