1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 23:24:32 +00:00
fiber/go.mod
2020-02-16 18:00:14 +01:00

16 lines
462 B
Modula-2

module github.com/gofiber/fiber
go 1.13
require (
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect
github.com/CloudyKit/jet v2.1.2+incompatible
github.com/aymerick/raymond v2.0.2+incompatible
github.com/cbroglie/mustache v1.0.1
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
github.com/gorilla/schema v1.1.0
github.com/json-iterator/go v1.1.9
github.com/valyala/fasthttp v1.9.0
github.com/yosssi/ace v0.0.5
)