10 lines
155 B
Modula-2
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
|
|
)
|