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.

go.mod 829B

12345678910111213141516171819202122
  1. module github.com/9seconds/mtg
  2. go 1.13
  3. require (
  4. github.com/VictoriaMetrics/fastcache v1.5.7
  5. github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
  6. github.com/beevik/ntp v0.3.0
  7. github.com/prometheus/client_golang v1.7.1
  8. github.com/prometheus/common v0.13.0 // indirect
  9. github.com/smira/go-statsd v1.3.1
  10. go.uber.org/multierr v1.6.0 // indirect
  11. go.uber.org/zap v1.16.0
  12. golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
  13. golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
  14. golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
  15. golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
  16. golang.org/x/tools v0.0.0-20200319210407-521f4a0cd458 // indirect
  17. google.golang.org/protobuf v1.25.0 // indirect
  18. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  19. honnef.co/go/tools v0.0.1-2020.1.3 // indirect
  20. )