mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 08:43:57 +00:00
12 lines
238 B
Modula-2
12 lines
238 B
Modula-2
module github.com/gofiber/fiber
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/gofiber/utils v0.0.8
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/mattn/go-colorable v0.1.7
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.14.0
|
|
)
|