Initial commit
Build & Push / build (push) Canceled after 0s

This commit is contained in:
2026-08-05 19:31:35 +03:00
commit a33fa24e99
272 changed files with 40566 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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
golang.org/x/image v0.31.0
)
require (
github.com/AlekSi/pointer v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/olebedev/when v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // 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
)
replace github.com/TelegramExchange/pkg => ../pkg
replace github.com/NicoNex/echotron/v3 => ../shared/echotron