Files
tgex-backend/pkg/go.mod
Artem Tsyrulnikov 62e8f98429 refactor
2026-01-18 14:10:13 +03:00

10 lines
155 B
Modula-2

module github.com/TelegramExchange/pkg
go 1.24.4
require (
github.com/gotd/td v0.136.0
github.com/jackc/pgx/v5 v5.7.6
github.com/rs/zerolog v1.34.0
)