This commit is contained in:
2024-10-28 12:01:59 -06:00
parent 8d29cc2b1a
commit 24bf04aa7a
3 changed files with 33 additions and 16 deletions

3
go.mod
View File

@ -24,6 +24,7 @@ require (
github.com/swaggo/files/v2 v2.0.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
@ -34,7 +35,7 @@ require (
require (
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.18.0
github.com/gookit/color v1.5.4
github.com/gorilla/feeds v1.2.0
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.12.0