1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 04:13:21 +00:00
fiber/go.mod
2020-06-03 17:16:10 +02:00

12 lines
243 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/gofiber/utils v0.0.4
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/schema v1.1.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.14.0
)