update: remove fiber's log module

This commit is contained in:
ngn
2024-03-19 23:16:26 +03:00
parent ce2a577f97
commit 275053ddb3
6 changed files with 31 additions and 22 deletions

9
go.mod
View File

@ -2,11 +2,15 @@ module git.matterlinux.xyz/Matter/website
go 1.21.4
require (
github.com/gofiber/fiber/v2 v2.51.0
github.com/gofiber/template/html/v2 v2.0.5
github.com/russross/blackfriday/v2 v2.1.0
)
require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/gofiber/fiber/v2 v2.51.0 // indirect
github.com/gofiber/template v1.8.2 // indirect
github.com/gofiber/template/html/v2 v2.0.5 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
@ -14,7 +18,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect