изображения projects!

This commit is contained in:
Artem Tsyrulnikov
2026-01-19 21:47:44 +03:00
parent f7ad52f543
commit f4a876836e
11 changed files with 682 additions and 73 deletions

View File

@@ -3,15 +3,16 @@ module github.com/TelegramExchange/tgex-backend/tg_bot
go 1.24.4
require (
github.com/NicoNex/echotron/v3 v3.43.0
github.com/rs/zerolog v1.34.0
github.com/TelegramExchange/pkg v0.0.0
golang.org/x/image v0.31.0
)
require (
github.com/NicoNex/echotron/v3 v3.43.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/time v0.5.0 // indirect
)