diff options
| author | Saeid <43953720+surbiks@users.noreply.github.com> | 2024-01-02 12:42:07 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-03 15:59:29 +0300 |
| commit | 5e3478f1c16e0c42a299bcfce3e0b567bf4c2f7f (patch) | |
| tree | 3592a4c8c146ea669e777d5e8909de79410a2cca /go.mod | |
| parent | c76199514a62c921901b2b2a1c4dd3f93ff8df2a (diff) | |
socks5 proxy option added to telegram bot settings (#1500)
* socks5 option added to telegram bot settings
* update socks5 proxy settings translations
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,7 @@ require ( github.com/pelletier/go-toml/v2 v2.1.1 github.com/robfig/cron/v3 v3.0.1 github.com/shirou/gopsutil/v3 v3.23.12 + github.com/valyala/fasthttp v1.51.0 github.com/xtls/xray-core v1.8.6 go.uber.org/atomic v1.11.0 golang.org/x/text v0.14.0 @@ -75,7 +76,6 @@ require ( github.com/ugorji/go/codec v1.2.11 // indirect github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/fasthttp v1.51.0 // indirect github.com/vishvananda/netlink v1.2.1-beta.2.0.20230316163032-ced5aaba43e3 // indirect github.com/vishvananda/netns v0.0.4 // indirect github.com/xtls/reality v0.0.0-20231112171332-de1173cf2b19 // indirect |
