1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 08:04:10 +00:00
fiber/go.mod
2020-11-06 19:32:56 +01:00

10 lines
198 B
Modula-2

module github.com/gofiber/fiber/v2
go 1.14
require (
github.com/klauspost/compress v1.11.0 // indirect
github.com/valyala/fasthttp v1.17.0
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
)