1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-20 22:12:56 +00:00
fiber/go.mod
2020-07-15 19:32:57 +02:00

13 lines
274 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/gofiber/utils v0.0.9
github.com/gorilla/schema v1.1.0
github.com/mattn/go-colorable v0.1.7
github.com/mattn/go-isatty v0.0.12
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.15.1
)