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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

go.mod 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. module github.com/9seconds/mtg/v2
  2. go 1.17
  3. require (
  4. github.com/OneOfOne/xxhash v1.2.8
  5. github.com/alecthomas/kong v0.2.19
  6. github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
  7. github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
  8. github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
  9. github.com/d4l3k/messagediff v1.2.1 // indirect
  10. github.com/golang/protobuf v1.5.2 // indirect
  11. github.com/gotd/td v0.34.0
  12. github.com/jarcoal/httpmock v1.0.8
  13. github.com/kentik/patricia v0.0.0-20210909164817-21603333b70e
  14. github.com/mccutchen/go-httpbin v1.1.1
  15. github.com/panjf2000/ants/v2 v2.4.7
  16. github.com/pelletier/go-toml v1.9.4
  17. github.com/prometheus/client_golang v1.11.0
  18. github.com/prometheus/common v0.32.1 // indirect
  19. github.com/prometheus/procfs v0.7.3 // indirect
  20. github.com/rs/zerolog v1.26.0
  21. github.com/smira/go-statsd v1.3.2
  22. github.com/stretchr/objx v0.3.0 // indirect
  23. github.com/stretchr/testify v1.7.0
  24. github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
  25. golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
  26. golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
  27. golang.org/x/sys v0.0.0-20211124211545-fe61309f8881
  28. google.golang.org/protobuf v1.27.1 // indirect
  29. )
  30. require github.com/txthinking/socks5 v0.0.0-20211121111206-e03c1217a50b
  31. require (
  32. github.com/beorn7/perks v1.0.1 // indirect
  33. github.com/cenkalti/backoff/v4 v4.1.0 // indirect
  34. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  35. github.com/davecgh/go-spew v1.1.1 // indirect
  36. github.com/gotd/ige v0.1.5 // indirect
  37. github.com/gotd/xor v0.1.1 // indirect
  38. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  39. github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
  40. github.com/pkg/errors v0.9.1 // indirect
  41. github.com/pmezard/go-difflib v1.0.0 // indirect
  42. github.com/prometheus/client_model v0.2.0 // indirect
  43. github.com/txthinking/runnergroup v0.0.0-20210608031112-152c7c4432bf // indirect
  44. github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
  45. go.uber.org/atomic v1.7.0 // indirect
  46. go.uber.org/multierr v1.6.0 // indirect
  47. go.uber.org/zap v1.16.0 // indirect
  48. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
  49. golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
  50. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  51. )