1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 19:04:05 +00:00
fiber/go.mod
2020-04-19 15:42:19 +02:00

10 lines
161 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/gorilla/schema v1.1.0
github.com/json-iterator/go v1.1.9
github.com/valyala/fasthttp v1.11.0
)