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

1234567891011121314151617181920212223242526272829303132333435
  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/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
  7. github.com/davecgh/go-spew v1.1.1 // indirect
  8. github.com/dustin/go-humanize v1.0.0
  9. github.com/gofrs/uuid v3.1.0+incompatible
  10. github.com/gogo/protobuf v1.1.1 // indirect
  11. github.com/golang/protobuf v1.2.0 // indirect
  12. github.com/juju/errors v0.0.0-20181012004132-a4583d0a56ea
  13. github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
  14. github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
  15. github.com/kr/pretty v0.1.0 // indirect
  16. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  17. github.com/pkg/errors v0.8.0 // indirect
  18. github.com/pmezard/go-difflib v1.0.0 // indirect
  19. github.com/prometheus/client_golang v0.9.0
  20. github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
  21. github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
  22. github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
  23. github.com/stretchr/testify v1.2.2
  24. go.uber.org/atomic v1.3.2 // indirect
  25. go.uber.org/multierr v1.1.0 // indirect
  26. go.uber.org/zap v1.9.1
  27. golang.org/x/net v0.0.0-20181029044818-c44066c5c816 // indirect
  28. golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
  29. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  30. gopkg.in/alexcesaro/statsd.v2 v2.0.0
  31. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  32. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
  33. gopkg.in/yaml.v2 v2.2.1 // indirect
  34. )