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
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

go.mod 1.2KB

123456789101112131415161718192021222324252627
  1. module github.com/9seconds/mtg
  2. require (
  3. github.com/beevik/ntp v0.2.0
  4. github.com/dustin/go-humanize v1.0.0
  5. github.com/gofrs/uuid v3.2.0+incompatible
  6. github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
  7. github.com/juju/loggo v0.0.0-20180524022052-584905176618 // indirect
  8. github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
  9. github.com/kr/pretty v0.1.0 // indirect
  10. github.com/pkg/errors v0.8.1 // indirect
  11. github.com/prometheus/client_golang v0.9.2
  12. github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f // indirect
  13. github.com/prometheus/common v0.1.0 // indirect
  14. github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect
  15. github.com/stretchr/testify v1.3.0
  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-20190119204137-ed066c81e75e // indirect
  20. golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // 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.2 // indirect
  26. )