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

123456789101112131415161718192021222324252627282930
  1. module github.com/9seconds/mtg/v2
  2. go 1.16
  3. require (
  4. github.com/OneOfOne/xxhash v1.2.8
  5. github.com/alecthomas/kong v0.2.16
  6. github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15
  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/jarcoal/httpmock v1.0.8
  12. github.com/kentik/patricia v0.0.0-20201202224819-f9447a6e25f1
  13. github.com/libp2p/go-reuseport v0.0.2
  14. github.com/mccutchen/go-httpbin v1.1.1
  15. github.com/panjf2000/ants/v2 v2.4.4
  16. github.com/pelletier/go-toml v1.9.0
  17. github.com/prometheus/client_golang v1.10.0
  18. github.com/prometheus/common v0.20.0 // indirect
  19. github.com/rs/zerolog v1.21.0
  20. github.com/smira/go-statsd v1.3.2
  21. github.com/stretchr/objx v0.3.0 // indirect
  22. github.com/stretchr/testify v1.7.0
  23. github.com/tylertreat/BoomFilters v0.0.0-20210315201527-1a82519a3e43
  24. github.com/xeipuuv/gojsonschema v1.2.0
  25. golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
  26. golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
  27. golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
  28. )