Highly-opinionated (ex-bullshit-free) MTPROTO proxy for Telegram. If you use v1.0 or upgrade broke you proxy, please read the chapter Version 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920
  1. module github.com/9seconds/mtg
  2. go 1.13
  3. require (
  4. github.com/VictoriaMetrics/fastcache v1.5.2
  5. github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
  6. github.com/beevik/ntp v0.2.0
  7. github.com/cespare/xxhash/v2 v2.1.1 // indirect
  8. github.com/prometheus/client_golang v1.2.1
  9. github.com/prometheus/procfs v0.0.7 // indirect
  10. github.com/smira/go-statsd v1.3.1
  11. go.uber.org/multierr v1.4.0 // indirect
  12. go.uber.org/zap v1.13.0
  13. golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
  14. golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
  15. golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
  16. golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
  17. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  18. )