update: remove fiber's log module

This commit is contained in:
ngn
2024-03-19 23:11:43 +03:00
parent d0fd8f2b0a
commit 756ba61b23
4 changed files with 21 additions and 13 deletions

2
go.mod
View File

@ -3,13 +3,13 @@ module git.matterlinux.xyz/matter/tracker
go 1.21.6
require (
github.com/bigkevmcd/go-configparser v0.0.0-20230427073640-c6b631f70126
github.com/gofiber/fiber/v2 v2.52.0
github.com/gofiber/template/html/v2 v2.1.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/bigkevmcd/go-configparser v0.0.0-20230427073640-c6b631f70126 // indirect
github.com/gofiber/template v1.8.2 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/google/uuid v1.5.0 // indirect