module github.com/gofiber/fiber
go 1.13
require (
github.com/json-iterator/go v1.1.9
github.com/valyala/fasthttp v1.8.0
)