aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-17 23:17:13 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-17 23:17:13 +0100
commit62ca33fd0a9d58529e0fb7a71229e3ead98152d0 (patch)
tree0238b1b60e9f1285de839cd7fea40258805f871e /go.mod
parent21188f0952470fd8d0cdf10b667d20dfa18865c4 (diff)
downloadeasybridge-62ca33fd0a9d58529e0fb7a71229e3ead98152d0.tar.gz
easybridge-62ca33fd0a9d58529e0fb7a71229e3ead98152d0.zip
Basic mattermost is going on correctly
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9c826c6..1e54bf0 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,12 @@ module git.deuxfleurs.fr/Deuxfleurs/easybridge
go 1.13
require (
+ github.com/42wim/matterbridge v1.16.5
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.12
github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
- github.com/matterbridge/go-xmpp v0.0.0-20180131083630-7ec2b8b7def6
+ github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91
+ github.com/mattermost/mattermost-server v5.5.0+incompatible
github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.8