modweb/go.mod

13 lines
318 B
Modula-2
Raw Normal View History

2020-10-24 23:25:49 +00:00
module git.ddd.rip/ptrcnull/modweb
go 1.15
require (
2020-11-16 22:48:58 +00:00
github.com/UnnoTed/fileb0x v1.1.4 // indirect
2020-12-05 02:24:54 +00:00
github.com/gofiber/fiber/v2 v2.2.3
2020-11-11 22:48:11 +00:00
github.com/gofiber/session/v2 v2.0.2
2020-12-05 02:24:54 +00:00
github.com/gofiber/template v1.6.5
github.com/klauspost/compress v1.11.3 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
2020-10-24 23:25:49 +00:00
)