modweb/go.mod

13 lines
318 B
Modula-2

module git.ddd.rip/ptrcnull/modweb
go 1.15
require (
github.com/UnnoTed/fileb0x v1.1.4 // indirect
github.com/gofiber/fiber/v2 v2.2.3
github.com/gofiber/session/v2 v2.0.2
github.com/gofiber/template v1.6.5
github.com/klauspost/compress v1.11.3 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
)