diff options
author | MOZGIII <mike-n@narod.ru> | 2019-08-13 03:38:37 +0300 |
---|---|---|
committer | MOZGIII <mike-n@narod.ru> | 2019-08-13 03:56:49 +0300 |
commit | 831b5b332f721a5fbe90fecbfa7b7ef3c5ae5777 (patch) | |
tree | 84040669fe69d7bcff6ee349394627f88055725a /go.mod | |
parent | d93879bca5109a18b55e88ad2e821aea151f1f9f (diff) | |
download | matterbridge-msglm-831b5b332f721a5fbe90fecbfa7b7ef3c5ae5777.tar.gz matterbridge-msglm-831b5b332f721a5fbe90fecbfa7b7ef3c5ae5777.tar.bz2 matterbridge-msglm-831b5b332f721a5fbe90fecbfa7b7ef3c5ae5777.zip |
Switched to custom discordgo branchdiscord-webhook-fixes
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 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.2 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 @@ -64,3 +65,5 @@ require ( gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) + +replace github.com/bwmarrin/discordgo v0.19.0 => github.com/MOZGIII/discordgo v0.19.1-0.20190812115637-1e74183814f9 |