mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 11:43:41 +00:00
18 lines
533 B
Modula-2
18 lines
533 B
Modula-2
module github.com/gofiber/fiber
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/fasthttp/websocket v1.4.2
|
|
github.com/gofiber/template v1.0.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/json-iterator/go v1.1.9
|
|
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
|
|
github.com/valyala/fasthttp v1.9.0
|
|
github.com/valyala/fasttemplate v1.1.0
|
|
)
|