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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

go.mod 1.2KB

123456789101112131415161718192021222324252627282930
  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/allegro/bigcache v1.2.0
  6. github.com/beevik/ntp v0.2.0
  7. github.com/cespare/xxhash v1.1.0
  8. github.com/dustin/go-humanize v1.0.0
  9. github.com/gofrs/uuid v3.2.0+incompatible
  10. github.com/juju/errors v0.0.0-20190207033735-e65537c515d7
  11. github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
  12. github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
  13. github.com/kr/pretty v0.1.0 // indirect
  14. github.com/pkg/errors v0.8.1 // indirect
  15. github.com/prometheus/client_golang v0.9.4
  16. github.com/spaolacci/murmur3 v1.1.0 // indirect
  17. github.com/stretchr/testify v1.3.0
  18. go.uber.org/atomic v1.4.0 // indirect
  19. go.uber.org/multierr v1.1.0 // indirect
  20. go.uber.org/zap v1.10.0
  21. golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
  22. golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
  23. gopkg.in/alecthomas/kingpin.v2 v2.2.6
  24. gopkg.in/alexcesaro/statsd.v2 v2.0.0
  25. gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
  26. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
  27. gopkg.in/yaml.v2 v2.2.2 // indirect
  28. )