mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 05:12:49 +00:00
9 lines
125 B
Modula-2
9 lines
125 B
Modula-2
module github.com/gofiber/fiber
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/valyala/fasthttp v1.12.0
|
|
)
|