diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2025-08-08 21:41:06 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-08 21:41:06 +0300 |
| commit | 825d93d95feae6939b82550a1b6e2dcb46bec614 (patch) | |
| tree | ff5b8c0c2268dcb33a729b257760ce76dd7c1668 /go.mod | |
| parent | 5ea6386815725e66fc5f831914a5630afa7bd6b6 (diff) | |
upgrade telego (#3334)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -9,7 +9,7 @@ require ( github.com/goccy/go-json v0.10.5 github.com/google/uuid v1.6.0 github.com/joho/godotenv v1.5.1 - github.com/mymmrac/telego v0.32.0 + github.com/mymmrac/telego v1.2.0 github.com/nicksnyder/go-i18n/v2 v2.6.0 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pelletier/go-toml/v2 v2.2.4 @@ -34,7 +34,6 @@ require ( github.com/cloudwego/base64x v0.1.6 // indirect github.com/dgryski/go-metro v0.0.0-20250106013310-edb8663e5e33 // indirect github.com/ebitengine/purego v0.8.4 // indirect - github.com/fasthttp/router v1.5.4 // indirect github.com/gabriel-vasile/mimetype v1.4.9 // indirect github.com/gin-contrib/sse v1.1.0 // indirect github.com/go-ole/go-ole v1.3.0 // indirect @@ -70,7 +69,6 @@ require ( github.com/rogpeppe/go-internal v1.14.1 // indirect github.com/sagernet/sing v0.7.5 // indirect github.com/sagernet/sing-shadowsocks v0.2.8 // indirect - github.com/savsgio/gotils v0.0.0-20250408102913-196191ec6287 // indirect github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect github.com/tklauser/numcpus v0.10.0 // indirect |
