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
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

go.mod 767B

12345678910111213141516171819
  1. module github.com/9seconds/mtg
  2. require (
  3. github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
  4. github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
  5. github.com/beevik/ntp v0.2.0
  6. github.com/davecgh/go-spew v1.1.1 // indirect
  7. github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
  8. github.com/juju/errors v0.0.0-20180806074554-22422dad46e1
  9. github.com/pmezard/go-difflib v1.0.0 // indirect
  10. github.com/satori/go.uuid v1.2.0
  11. github.com/stretchr/testify v1.2.2
  12. go.uber.org/atomic v1.3.2 // indirect
  13. go.uber.org/multierr v1.1.0 // indirect
  14. go.uber.org/zap v1.9.1
  15. golang.org/x/net v0.0.0-20180921000356-2f5d2388922f // indirect
  16. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  17. gopkg.in/alexcesaro/statsd.v2 v2.0.0
  18. )