mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 04:03:45 +00:00
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com> Co-Authored-By: kiyon <kiyon@gofiber.io>
9 lines
147 B
Modula-2
9 lines
147 B
Modula-2
module github.com/gofiber/fiber/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/valyala/fasthttp v1.18.0
|
|
golang.org/x/sys v0.0.0-20201210223839-7e3030f88018
|
|
)
|