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

12345678910111213141516171819202122232425262728
  1. module github.com/9seconds/mtg
  2. replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8f45f776aaf1
  3. require (
  4. github.com/OneOfOne/xxhash v1.2.5 // indirect
  5. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
  6. github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
  7. github.com/allegro/bigcache v1.2.1
  8. github.com/beevik/ntp v0.2.0
  9. github.com/cespare/xxhash v1.1.0
  10. github.com/kr/pretty v0.1.0 // indirect
  11. github.com/pkg/errors v0.8.1 // indirect
  12. github.com/prometheus/client_golang v1.1.0
  13. github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
  14. github.com/spaolacci/murmur3 v1.1.0 // indirect
  15. github.com/stretchr/testify v1.4.0 // indirect
  16. go.uber.org/atomic v1.4.0 // indirect
  17. go.uber.org/multierr v1.1.0 // indirect
  18. go.uber.org/zap v1.10.0
  19. golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
  20. golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
  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. )
  25. go 1.13