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

9
pkg/go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)