1
0
mirror of https://github.com/ManyakRus/telegram_loki.git synced 2024-12-12 09:33:50 +02:00
telegram_loki/go.mod

45 lines
1.6 KiB
Modula-2
Raw Normal View History

2023-10-11 17:04:49 +02:00
module github.com/ManyakRus/telegram_loki
go 1.20
require (
github.com/ManyakRus/starter v0.0.0-20230913104819-4ee2118a3638
github.com/beevik/etree v1.2.0
gorm.io/gorm v1.25.4
)
require (
github.com/ManyakRus/logrus v0.0.0-20230913114322-14246ee4c48b // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/go-faster/errors v0.6.1 // indirect
github.com/go-faster/jx v1.0.0 // indirect
github.com/go-faster/xor v1.0.0 // indirect
github.com/golang-module/carbon/v2 v2.2.10 // indirect
github.com/gotd/contrib v0.19.0 // indirect
github.com/gotd/ige v0.2.2 // indirect
github.com/gotd/neo v0.1.5 // indirect
github.com/gotd/td v0.83.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/segmentio/asm v1.2.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
gorm.io/driver/postgres v1.5.2 // indirect
nhooyr.io/websocket v1.8.7 // indirect
rsc.io/qr v0.2.0 // indirect
)