1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 11:43:41 +00:00
fiber/go.mod
Fenny 21b77bf03e 😲
2020-02-21 01:54:50 +01:00

16 lines
403 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/Joker/jade v1.0.0
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/fasthttp/websocket v1.4.1
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
)