2024-03-24 00:29:54 +02:00
|
|
|
module go.mau.fi/mautrix-telegram
|
|
|
|
|
|
2026-02-16 15:41:08 +02:00
|
|
|
go 1.25.0
|
2024-09-13 23:54:47 +03:00
|
|
|
|
2026-04-14 14:39:13 +03:00
|
|
|
toolchain go1.26.2
|
2025-12-03 13:48:29 +02:00
|
|
|
|
|
|
|
|
tool (
|
|
|
|
|
go.mau.fi/util/cmd/maubuild
|
|
|
|
|
golang.org/x/tools/cmd/stringer
|
|
|
|
|
)
|
2024-05-14 10:03:15 -06:00
|
|
|
|
|
|
|
|
require (
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
2025-09-25 00:15:43 +03:00
|
|
|
github.com/coder/websocket v1.8.14
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/go-faster/errors v0.7.1
|
2025-12-03 13:48:29 +02:00
|
|
|
github.com/go-faster/jx v1.2.0
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/go-faster/xor v1.0.0
|
2026-01-17 01:23:17 +02:00
|
|
|
github.com/go-openapi/inflect v0.21.5
|
2024-10-07 09:45:25 -06:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2025-12-03 13:48:29 +02:00
|
|
|
github.com/gotd/getdoc v0.51.0
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/gotd/ige v0.2.2
|
|
|
|
|
github.com/gotd/neo v0.1.5
|
|
|
|
|
github.com/gotd/tl v0.4.0
|
2026-02-16 15:41:08 +02:00
|
|
|
github.com/k0kubun/pp/v3 v3.5.1
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/klauspost/compress v1.18.5
|
2025-08-26 18:07:45 +03:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/rs/zerolog v1.35.0
|
2025-09-25 00:15:43 +03:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-01-24 15:34:34 +02:00
|
|
|
github.com/tidwall/gjson v1.18.0
|
2026-04-09 21:55:08 +03:00
|
|
|
go.mau.fi/util v0.9.8-0.20260406161447-0300c476893a
|
2025-05-22 13:52:51 +03:00
|
|
|
go.mau.fi/webp v0.2.0
|
2025-06-09 09:28:32 +03:00
|
|
|
go.mau.fi/zerozap v0.1.2
|
2026-03-28 22:43:32 +02:00
|
|
|
go.opentelemetry.io/otel v1.42.0
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.42.0
|
2025-06-27 20:03:37 -07:00
|
|
|
go.uber.org/atomic v1.11.0
|
|
|
|
|
go.uber.org/multierr v1.11.0
|
2025-12-03 13:48:29 +02:00
|
|
|
go.uber.org/zap v1.27.1
|
2026-03-16 16:49:23 +02:00
|
|
|
golang.org/x/crypto v0.49.0
|
|
|
|
|
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
|
2026-03-28 22:43:32 +02:00
|
|
|
golang.org/x/image v0.38.0
|
2026-03-16 16:49:23 +02:00
|
|
|
golang.org/x/net v0.52.0
|
|
|
|
|
golang.org/x/sync v0.20.0
|
|
|
|
|
golang.org/x/tools v0.43.0
|
2025-06-27 20:03:37 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2026-04-15 15:32:24 +03:00
|
|
|
maunium.net/go/mautrix v0.26.5-0.20260415123117-e7606eee1b6b
|
2025-06-27 20:03:37 -07:00
|
|
|
rsc.io/qr v0.2.0
|
2024-05-14 10:03:15 -06:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-03-04 13:58:51 +02:00
|
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
2025-12-03 13:48:29 +02:00
|
|
|
github.com/PuerkitoBio/goquery v1.10.3 // indirect
|
|
|
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
2026-01-17 01:23:17 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
|
2024-06-20 10:30:39 -06:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-12-03 13:48:29 +02:00
|
|
|
github.com/go-faster/sdk v0.28.0 // indirect
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/lib/pq v1.12.0 // indirect
|
2025-01-24 15:34:34 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2024-07-19 09:42:10 -06:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.37 // indirect
|
2026-03-16 21:54:14 +02:00
|
|
|
github.com/petermattis/goid v0.0.0-20260226131333-17d1149c6ac6 // indirect
|
2024-06-20 10:30:39 -06:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-09-02 16:58:47 -06:00
|
|
|
github.com/rs/xid v1.6.0 // indirect
|
2025-12-03 13:48:29 +02:00
|
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
2025-06-27 20:03:37 -07:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2024-06-04 13:06:10 -06:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
2026-01-23 16:45:27 +01:00
|
|
|
github.com/tidwall/match v1.2.0 // indirect
|
2024-07-19 09:42:10 -06:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2024-06-04 13:06:10 -06:00
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2026-03-28 22:43:32 +02:00
|
|
|
github.com/yuin/goldmark v1.8.2 // indirect
|
2025-08-26 18:07:45 +03:00
|
|
|
go.mau.fi/zeroconfig v0.2.0 // indirect
|
2025-06-27 20:03:37 -07:00
|
|
|
go.uber.org/ratelimit v0.3.1 // indirect
|
2026-03-16 16:49:23 +02:00
|
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.42.0 // indirect
|
|
|
|
|
golang.org/x/text v0.35.0 // indirect
|
2025-06-27 20:03:37 -07:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2024-06-04 13:06:10 -06:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
|
|
|
maunium.net/go/mauflag v1.0.0 // indirect
|
2024-05-14 10:03:15 -06:00
|
|
|
)
|