diff options
author | Wim <wim@42.be> | 2021-12-12 00:35:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 00:35:32 +0100 |
commit | 02e3d7852bf37cc2dd65aa9d37fc3501e17203f8 (patch) | |
tree | fb15a500adadafa78dc90449af30109d1b77f925 /go.mod | |
parent | 3893a035be347a7687a41d2054dd1b274d3a0504 (diff) | |
download | matterbridge-msglm-02e3d7852bf37cc2dd65aa9d37fc3501e17203f8.tar.gz matterbridge-msglm-02e3d7852bf37cc2dd65aa9d37fc3501e17203f8.tar.bz2 matterbridge-msglm-02e3d7852bf37cc2dd65aa9d37fc3501e17203f8.zip |
Update telegram-bot-api to v5 (#1660)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,7 @@ require ( github.com/d5/tengo/v2 v2.10.0 github.com/davecgh/go-spew v1.1.1 github.com/fsnotify/fsnotify v1.5.1 - github.com/go-telegram-bot-api/telegram-bot-api v1.0.1-0.20200524105306-7434b0456e81 + github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.0 github.com/gomarkdown/markdown v0.0.0-20211207152620-5d6539fd8bfc github.com/google/gops v0.3.22 github.com/gorilla/schema v1.2.0 @@ -109,7 +109,6 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.2.0 // indirect - github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/tinylib/msgp v1.1.6 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect |