mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-22 07:33:01 +00:00
Co-Authored-By: RW <renewerner87@googlemail.com> * Add nosec for WriteByte * test persistens for benchmark results * Add tests & benchmark * Update app_test.go * Update benchmark.yml
10 lines
167 B
Modula-2
10 lines
167 B
Modula-2
module github.com/gofiber/fiber
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.12.0
|
|
)
|