From 225fc84f097aa615239df6deece647a19794234a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 16 Feb 2020 17:53:31 +0100 Subject: Basic XMPP --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3