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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819
  1. module github.com/9seconds/mtg/v2
  2. go 1.16
  3. require (
  4. github.com/alecthomas/kong v0.2.16
  5. github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15
  6. github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
  7. github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
  8. github.com/kr/pretty v0.1.0 // indirect
  9. github.com/libp2p/go-reuseport v0.0.2
  10. github.com/mccutchen/go-httpbin v1.1.1
  11. github.com/pelletier/go-toml v1.8.1
  12. github.com/stretchr/objx v0.3.0 // indirect
  13. github.com/stretchr/testify v1.7.0
  14. golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  15. golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
  16. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
  17. )