aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-02-17 09:41:08 +0100
committerAlex Auvolat <alex@adnab.me>2020-02-17 09:41:08 +0100
commit400c67f7352371f570e38531d7e033cfe6c87898 (patch)
tree2e02b25a086ceed75930ba2b4248b463bfca7226 /go.mod
parentc3b941841e193c1d5c32f9d6226a95475d627249 (diff)
downloadeasybridge-400c67f7352371f570e38531d7e033cfe6c87898.tar.gz
easybridge-400c67f7352371f570e38531d7e033cfe6c87898.zip
Logging; fix xmpp a bit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a2b6364..9c826c6 100644
--- a/go.mod
+++ b/go.mod
@@ -8,5 +8,6 @@ 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
+ github.com/sirupsen/logrus v1.4.2
gopkg.in/yaml.v2 v2.2.8
)