1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 08:24:07 +00:00
fiber/go.mod
2020-10-26 21:25:30 +00:00

10 lines
180 B
Modula-2

module github.com/gofiber/fiber/v2
go 1.14
require (
github.com/philhofer/fwd v1.1.0
github.com/valyala/fasthttp v1.16.0
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a
)