mirror of https://github.com/gofiber/fiber.git
24 lines
725 B
Modula-2
24 lines
725 B
Modula-2
module github.com/gofiber/fiber/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-isatty v0.0.16
|
|
github.com/savsgio/dictpool v0.0.0-20220406081701-03de5edb2e6d
|
|
github.com/tinylib/msgp v1.1.6
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.39.0
|
|
github.com/valyala/fasttemplate v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20220530130905-52f3993e8d6d // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect
|
|
)
|