1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 15:03:48 +00:00
fiber/go.mod

9 lines
147 B
Modula-2
Raw Normal View History

2020-09-13 11:20:11 +02:00
module github.com/gofiber/fiber/v2
go 1.16
require (
github.com/valyala/fasthttp v1.26.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)