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 1.2KB

123456789101112131415161718192021222324252627
  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 v1.0.0
  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/kr/pty v1.1.3 // indirect
  14. github.com/pkg/errors v0.8.0 // indirect
  15. github.com/pmezard/go-difflib v1.0.0 // indirect
  16. github.com/stretchr/testify v1.2.2
  17. go.uber.org/atomic v1.3.2 // indirect
  18. go.uber.org/multierr v1.1.0 // indirect
  19. go.uber.org/zap v1.9.1
  20. golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect
  21. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  22. gopkg.in/alexcesaro/statsd.v2 v2.0.0
  23. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  24. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
  25. gopkg.in/yaml.v2 v2.2.1 // indirect
  26. )