2020-05-13 20:21:49 +02:00
|
|
|
module github.com/gofiber/fiber
|
|
|
|
|
|
|
|
go 1.11
|
|
|
|
|
|
|
|
require (
|
2020-07-01 01:24:16 +02:00
|
|
|
github.com/gofiber/utils v0.0.9
|
2020-05-13 20:21:49 +02:00
|
|
|
github.com/gorilla/schema v1.1.0
|
2020-06-27 04:22:22 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.7
|
2020-07-02 08:51:06 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-05-13 20:21:49 +02:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2020-06-03 00:02:13 +02:00
|
|
|
github.com/valyala/fasthttp v1.14.0
|
2020-07-03 15:16:11 +02:00
|
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
2020-05-13 20:21:49 +02:00
|
|
|
)
|