1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 23:04:22 +00:00
fiber/go.mod
Fenny 57e7ffe717 Introduce gofiber/utils
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-23 09:31:28 +02:00

11 lines
200 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/gofiber/utils v0.0.3
github.com/gorilla/schema v1.1.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.12.0
)