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

18 lines
533 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-21 16:56:32 +01:00
go 1.11
2020-01-11 04:59:51 +01:00
require (
2020-02-28 06:41:48 +01:00
github.com/fasthttp/websocket v1.4.2
2020-02-26 19:31:43 -05:00
github.com/gofiber/template v1.0.0
2020-03-01 06:56:41 +01:00
github.com/google/uuid v1.1.1
2020-02-28 06:41:48 +01:00
github.com/gorilla/schema v1.1.0
2020-01-11 04:59:51 +01:00
github.com/json-iterator/go v1.1.9
2020-03-13 14:27:40 -04:00
github.com/klauspost/compress v1.10.2 // indirect
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
2020-02-04 13:53:46 +01:00
github.com/valyala/fasthttp v1.9.0
2020-03-01 06:56:41 +01:00
github.com/valyala/fasttemplate v1.1.0
2020-01-11 04:59:51 +01:00
)