1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 04:52:42 +00:00
fiber/go.mod
2020-03-01 06:56:41 +01:00

14 lines
305 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/fasthttp/websocket v1.4.2
github.com/gofiber/template v1.0.0
github.com/google/uuid v1.1.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/valyala/fasttemplate v1.1.0
)