modweb/go.mod
2020-11-11 23:48:11 +01:00

11 lines
203 B
Modula-2

module git.ddd.rip/ptrcnull/modweb
go 1.15
require (
github.com/gofiber/fiber/v2 v2.1.4
github.com/gofiber/session/v2 v2.0.2
github.com/gofiber/template v1.6.4
github.com/markbates/pkger v0.17.1
)