summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMOZGIII <mike-n@narod.ru>2019-08-29 01:13:10 +0300
committerWim <wim@42.be>2019-08-29 00:13:10 +0200
commitcec086994e1b00ee1230c6657f5fedaa2ce90372 (patch)
tree5c628c3a0e7297d7ec3c2711ccd182b90604030e /go.mod
parent942d8f1cedfb7325c0720f8967751bb1b77f5b82 (diff)
downloadmatterbridge-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.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c380835c..080ff55c 100644
--- a/go.mod
+++ b/go.mod
@@ -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