mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-24 15:03:48 +00:00
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
|
module github.com/fenny/fiber
|
||
|
|
||
|
go 1.11
|
||
|
|
||
|
require (
|
||
|
github.com/json-iterator/go v1.1.9
|
||
|
github.com/valyala/fasthttp v1.7.1
|
||
|
)
|