1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 01:12:57 +00:00
fiber/go.mod
Fenny e0b13d9ca4
Update test & benchmark (#374)
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
2020-05-13 20:21:49 +02:00

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
)