aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-16 17:53:31 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-16 17:53:31 +0100
commit225fc84f097aa615239df6deece647a19794234a (patch)
tree14ce2ea0a61993c56da21f8f0c3f157177717bbb /go.mod
parentb7f0776784b6e5fe0f0a028c2913f58e995afa73 (diff)
downloadeasybridge-225fc84f097aa615239df6deece647a19794234a.tar.gz
easybridge-225fc84f097aa615239df6deece647a19794234a.zip
Basic XMPP
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c032fe7..00f04ae 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,8 @@ module git.deuxfleurs.fr/Deuxfleurs/easybridge
go 1.13
-require github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
+require (
+ github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
+ github.com/matterbridge/go-xmpp v0.0.0-20180131083630-7ec2b8b7def6
+ github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad
+)