1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 11:03:54 +00:00
fiber/go.mod
2020-10-27 08:12:09 +01:00

9 lines
147 B
Modula-2

module github.com/gofiber/fiber/v2
go 1.14
require (
github.com/valyala/fasthttp v1.16.0
golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1
)