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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

go.mod 1.1KB

1234567891011121314151617181920212223242526
  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/gofrs/uuid v3.1.0+incompatible
  9. github.com/juju/errors v0.0.0-20180806074554-22422dad46e1
  10. github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
  11. github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
  12. github.com/kr/pretty v0.1.0 // indirect
  13. github.com/pkg/errors v0.8.0 // indirect
  14. github.com/pmezard/go-difflib v1.0.0 // indirect
  15. github.com/stretchr/testify v1.2.2
  16. go.uber.org/atomic v1.3.2 // indirect
  17. go.uber.org/multierr v1.1.0 // indirect
  18. go.uber.org/zap v1.9.1
  19. golang.org/x/net v0.0.0-20180921000356-2f5d2388922f // indirect
  20. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  21. gopkg.in/alexcesaro/statsd.v2 v2.0.0
  22. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  23. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
  24. gopkg.in/yaml.v2 v2.2.1 // indirect
  25. )