diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |