1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 05:23:47 +00:00
fiber/go.mod

16 lines
462 B
Modula-2
Raw Normal View History

2020-01-17 22:46:27 +01:00
module github.com/gofiber/fiber
2020-01-17 21:25:11 +01:00
2020-02-21 16:54:14 +01:00
go 1.13
2020-01-11 04:59:51 +01:00
require (
2020-02-21 16:54:14 +01:00
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
2020-02-13 06:48:14 +01:00
github.com/gorilla/schema v1.1.0
2020-01-11 04:59:51 +01:00
github.com/json-iterator/go v1.1.9
2020-02-04 13:53:46 +01:00
github.com/valyala/fasthttp v1.9.0
github.com/yosssi/ace v0.0.5
2020-01-11 04:59:51 +01:00
)