1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 07:43:51 +00:00
fiber/go.mod
2020-02-11 01:26:09 +01:00

10 lines
157 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/fatih/color v1.9.0
github.com/json-iterator/go v1.1.9
github.com/valyala/fasthttp v1.9.0
)