diff options
author | MOZGIII <mike-n@narod.ru> | 2019-08-29 01:13:10 +0300 |
---|---|---|
committer | Wim <wim@42.be> | 2019-08-29 00:13:10 +0200 |
commit | cec086994e1b00ee1230c6657f5fedaa2ce90372 (patch) | |
tree | 5c628c3a0e7297d7ec3c2711ccd182b90604030e /go.mod | |
parent | 942d8f1cedfb7325c0720f8967751bb1b77f5b82 (diff) | |
download | matterbridge-msglm-cec086994e1b00ee1230c6657f5fedaa2ce90372.tar.gz matterbridge-msglm-cec086994e1b00ee1230c6657f5fedaa2ce90372.tar.bz2 matterbridge-msglm-cec086994e1b00ee1230c6657f5fedaa2ce90372.zip |
Add support for sending files via webhook (discord) (#872)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ require ( github.com/Philipp15b/go-steam v1.0.1-0.20180818081528-681bd9573329 github.com/Rhymen/go-whatsapp v0.0.3-0.20190729104911-5c79b2cf277a github.com/bwmarrin/discordgo v0.19.0 + // github.com/bwmarrin/discordgo v0.19.0 github.com/d5/tengo v1.24.1 github.com/dfordsoft/golib v0.0.0-20180902042739-76ee6ab99bec github.com/fsnotify/fsnotify v1.4.7 |