fiber/go.mod
Fenny f40d786caa v1.8.4
- Remove middleware folder
- Extend travis testing
2020-03-22 01:51:53 +01:00

11 lines
196 B
Modula-2

module github.com/gofiber/fiber
go 1.11
require (
github.com/gofiber/template v1.0.0
github.com/gorilla/schema v1.1.0
github.com/json-iterator/go v1.1.9
github.com/valyala/fasthttp v1.9.0
)