1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-20 23:13:06 +00:00
fiber/go.mod
Fenny 2768ea2a77 🙌 make utils public
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02: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.16.0
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
)