mirror of https://github.com/gofiber/fiber.git
16 lines
364 B
Modula-2
16 lines
364 B
Modula-2
module github.com/gofiber/fiber/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/valyala/fasthttp v1.37.0
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
)
|