1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 05:03:40 +00:00
fiber/go.mod

9 lines
126 B
Modula-2
Raw Normal View History

2020-01-17 22:46:27 +01:00
module github.com/gofiber/fiber
2020-01-17 21:25:11 +01:00
2020-02-03 16:58:11 +01:00
go 1.11
2020-01-11 04:59:51 +01:00
require (
github.com/json-iterator/go v1.1.9
2020-01-15 03:07:49 +01:00
github.com/valyala/fasthttp v1.8.0
2020-01-11 04:59:51 +01:00
)