feat(telemirror): add optional backup feed for browsing Telegram channels

This commit is contained in:
Sarto
2026-05-05 00:19:28 +03:30
parent b86f924041
commit 4e10870bdd
12 changed files with 2108 additions and 1 deletions
+3
View File
@@ -5,14 +5,17 @@ go 1.26.1
require (
github.com/gotd/td v0.142.0
github.com/miekg/dns v1.1.72
github.com/refraction-networking/utls v1.6.7
golang.org/x/crypto v0.49.0
golang.org/x/net v0.52.0
golang.org/x/term v0.41.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/coder/websocket v1.8.14 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/fatih/color v1.18.0 // indirect