This commit is contained in:
Artem Tsyrulnikov
2026-01-18 13:59:47 +03:00
parent d8202e1141
commit 62e8f98429
62 changed files with 156 additions and 190 deletions

View File

@@ -1,4 +1,4 @@
module github.com/TelegramExchange/tgex-parser
module github.com/TelegramExchange/tgex-backend/tg_parser
go 1.25.0
@@ -8,6 +8,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/rs/zerolog v1.34.0
github.com/TelegramExchange/pkg v0.0.0
)
require (
@@ -49,3 +50,5 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
rsc.io/qr v0.2.0 // indirect
)
replace github.com/TelegramExchange/pkg => ../pkg